fix: 前端页面架构重构初版

This commit is contained in:
Gsh
2025-12-28 22:42:17 +08:00
parent c649ad31c2
commit e4621d9049
53 changed files with 6098 additions and 845 deletions

View File

@@ -2,7 +2,8 @@
"permissions": {
"allow": [
"Bash(npx vue-tsc --noEmit)",
"Bash(timeout 60 npx vue-tsc:*)"
"Bash(timeout 60 npx vue-tsc:*)",
"Bash(npm run dev:*)"
],
"deny": [],
"ask": []