feat: enhance BottomNav component and update project configuration

This commit is contained in:
2026-03-12 22:53:57 +08:00
parent 02dd31e85c
commit 8d2180940b
25 changed files with 1083 additions and 135 deletions

View File

@@ -1,10 +1,10 @@
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"module": "esnext",
"removeComments": false,
"preserveConstEnums": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"experimentalDecorators": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,