feat: 统一生产初始化流程并保护系统管理员

This commit is contained in:
Cheng Zhou
2026-03-27 17:17:32 +08:00
parent f2f856ea24
commit a67991740e
14 changed files with 492 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Release Checklist(立项配置)
## 1. 构建与迁移
- [ ] `cd backend && docker compose run --rm backend python -m alembic upgrade head`
- [ ] `docker compose run --rm backend-init`
- [ ] `cd backend && python3 -m compileall app scripts`
- [ ] `cd frontend && npm run build`