refactor web code

This commit is contained in:
bridge
2025-11-22 15:32:46 +08:00
parent 99e4871a5d
commit d4e0fdacf3
39 changed files with 2035 additions and 1778 deletions

View File

@@ -14,6 +14,12 @@
"moduleDetection": "force",
"noEmit": true,
/* Paths */
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
/* Linting */
"strict": true,
"noUnusedLocals": true,