feat(用户管理): 添加用户锁定/解锁功能

- 新增 unlock_user.js 脚本用于解锁被锁定的用户
- 在用户管理页面添加锁定/解锁操作按钮
- 移除不再使用的 compression 依赖
- 添加 winston 日志库用于后续日志记录
This commit is contained in:
zhang1106
2026-01-21 12:20:51 +08:00
parent dfd3d67ca0
commit 7f000a8ee2
4 changed files with 365 additions and 53 deletions
+2
View File
@@ -24,6 +24,8 @@
"sequelize": "^6.32.1",
"sqlite3": "^5.1.6",
"three": "^0.182.0",
"winston": "^3.19.0",
"winston-daily-rotate-file": "^5.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {