feat: 添加部门管理功能、主题切换和多语言支持

refactor(dashboard): 重构用户管理页面和路由结构

feat(server): 实现部门管理API和RBAC增强功能

docs: 更新用户手册和管理员指南文档

style: 统一图标使用和组件命名规范

test: 添加部门服务和数据隔离测试用例

chore: 更新依赖和配置文件
This commit is contained in:
2026-03-28 22:52:12 +08:00
parent 22308fe042
commit d327706087
87 changed files with 21372 additions and 4806 deletions

View File

@@ -5,8 +5,10 @@
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"start:simple": "ts-node src/simple-server.ts",
"build": "tsc",
"dev": "ts-node-dev src/index.ts",
"dev:simple": "ts-node-dev src/simple-server.ts",
"test": "jest",
"lint": "eslint src --ext .ts"
},