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

@@ -29,18 +29,15 @@
"dependencies": {
"@types/bcrypt": "^6.0.0",
"@types/speakeasy": "^2.0.10",
"axios": "^1.13.6",
"bcrypt": "^6.0.0",
"bullmq": "^5.71.0",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"ioredis": "^5.10.0",
"jsonwebtoken": "^9.0.3",
"knex": "^3.1.0",
"mysql2": "^3.18.2",
"node-cache": "^5.1.2",
"playwright": "^1.58.2",
"redis": "^5.11.0",
"sharp": "^0.34.5",
"speakeasy": "^2.0.0",
@@ -55,12 +52,12 @@
"@types/node-cache": "^4.1.3",
"@types/redis": "^4.0.10",
"@types/sharp": "^0.31.1",
"@types/speakeasy": "^2.0.10",
"@types/supertest": "^7.2.0",
"jest": "^30.3.0",
"nodemon": "^3.1.14",
"supertest": "^7.2.2",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
"ts-node": "^10.9.2"
}
}