feat: 添加MSW模拟服务和数据源集成

refactor: 重构页面组件移除冗余Layout组件

feat: 实现WebSocket和事件总线系统

feat: 添加队列和调度系统

docs: 更新架构文档和服务映射

style: 清理重复接口定义使用数据源

chore: 更新依赖项配置

feat: 添加运行时系统和领域引导

ci: 配置ESLint边界检查规则

build: 添加Redis和WebSocket依赖

test: 添加MSW浏览器环境入口

perf: 优化数据获取逻辑使用统一数据源

fix: 修复类型定义和状态管理问题
This commit is contained in:
2026-03-19 01:39:34 +08:00
parent cd55097dbf
commit 0dac26d781
176 changed files with 47075 additions and 8404 deletions

View File

@@ -28,7 +28,9 @@
"type": "commonjs",
"dependencies": {
"@types/bcrypt": "^6.0.0",
"@types/node-cron": "^3.0.11",
"@types/speakeasy": "^2.0.10",
"@types/ws": "^8.18.1",
"bcrypt": "^6.0.0",
"bullmq": "^5.71.0",
"cors": "^2.8.6",
@@ -38,9 +40,11 @@
"knex": "^3.1.0",
"mysql2": "^3.18.2",
"node-cache": "^5.1.2",
"node-cron": "^4.2.1",
"redis": "^5.11.0",
"sharp": "^0.34.5",
"speakeasy": "^2.0.0",
"ws": "^8.19.0",
"zod": "^4.3.6"
},
"devDependencies": {
@@ -54,6 +58,8 @@
"@types/sharp": "^0.31.1",
"@types/speakeasy": "^2.0.10",
"@types/supertest": "^7.2.0",
"eslint": "^8.57.1",
"eslint-plugin-boundaries": "^4.0.0",
"jest": "^30.3.0",
"nodemon": "^3.1.14",
"supertest": "^7.2.2",