feat: bootstrap v2 admin app tabs

This commit is contained in:
xuhongbin
2026-03-07 18:12:39 +08:00
parent c0d1ab377a
commit 28348f76cf
33 changed files with 5536 additions and 151 deletions

View File

@@ -1,6 +1,21 @@
{
"extends": "expo/tsconfig.base",
"exclude": [
"dist",
"node_modules",
".agents",
"skills"
],
"compilerOptions": {
"strict": true
"strict": true,
"baseUrl": ".",
"types": [
"uniwind/types"
],
"paths": {
"@/*": [
"./*"
]
}
}
}