feat: 使用 Flask 重构网站,增加登录注册功能 🐶

- Python Flask 3.1 后端
- 用户注册/登录功能
- SQLite 数据库
- 响应式设计
- 默认管理员: yunxiafei / xu123654
This commit is contained in:
root
2026-03-11 21:31:45 +08:00
parent a3726e5a8c
commit c337481daa
9 changed files with 594 additions and 119 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
Flask==3.0.0
Flask-Login==0.6.3
Flask-SQLAlchemy==3.1.1
Werkzeug==3.0.1