清理项目没用的代码,新增 EQ 预设管理界面

This commit is contained in:
eafonyang
2026-06-18 12:01:15 +08:00
parent 8d369412fd
commit e8b19a5897
13 changed files with 1211 additions and 588 deletions
+2 -3
View File
@@ -1,5 +1,5 @@
{
"include": ["client/src/**/*", "shared/**/*", "server/**/*"],
"include": ["client/src/**/*"],
"exclude": ["node_modules", "build", "dist", "**/*.test.ts"],
"compilerOptions": {
"incremental": true,
@@ -16,8 +16,7 @@
"baseUrl": ".",
"types": ["node", "vite/client"],
"paths": {
"@/*": ["./client/src/*"],
"@shared/*": ["./shared/*"]
"@/*": ["./client/src/*"]
}
}
}