feat: 实现前端组件库和API服务基础架构

refactor: 移除废弃的AGI策略演进服务

fix: 修正磁盘I/O指标字段命名

chore: 更新项目依赖版本

test: 添加前后端集成测试用例

docs: 更新AI模块接口文档

style: 统一审计日志字段命名规范

perf: 优化Redis订阅连接错误处理

build: 配置多项目工作区结构

ci: 添加Vite开发服务器CORS支持
This commit is contained in:
2026-03-18 15:22:55 +08:00
parent b31591e04c
commit c932a67be2
96 changed files with 37748 additions and 16326 deletions

View File

@@ -16,7 +16,7 @@
"dependencies": {
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-query-devtools": "^5.91.3",
"axios": "^1.6.0",
"axios": "^1.13.6",
"clsx": "^2.0.0",
"dexie": "^4.3.0",
"dexie-react-hooks": "^4.2.0",
@@ -43,7 +43,7 @@
"postcss": "^8.4.31",
"rimraf": "^6.1.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.0",
"typescript": "^5.9.3",
"vite": "^5.0.0"
}
}