全部修改架构

This commit is contained in:
2025-08-05 14:20:40 +08:00
parent dbda3d702d
commit 7a097b23bb
64 changed files with 30973 additions and 9254 deletions

17
.gitignore vendored
View File

@@ -1,13 +1,17 @@
.DS_Store
node_modules/
/dist/
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/test/unit/coverage/
/test/e2e/reports/
selenium-debug.log
/static/Magic*/
pnpm-debug.log*
# Editor directories and files
.idea
@@ -16,3 +20,4 @@ selenium-debug.log
*.ntvs*
*.njsproj
*.sln
*.sw?