⚒️ 重大重构 LoveACE V2

引入了 mongodb
对数据库进行了一定程度的数据加密
性能改善
代码简化
统一错误模型和响应
使用 apifox 作为文档
This commit is contained in:
2025-11-20 20:44:25 +08:00
parent 6b90c6d7bb
commit bbc86b8330
168 changed files with 14264 additions and 19152 deletions

8
.gitignore vendored
View File

@@ -1,13 +1,13 @@
# =====================================================
# LoveAC Project .gitignore
# LoveACE Project .gitignore
# =====================================================
# ===== 敏感信息和配置文件 =====
# 配置文件(包含数据库密码等敏感信息)
config.json
config_local.json
config_prod.json
config_dev.json
config.json
.env
.env.*
!.env.example
@@ -60,11 +60,15 @@ user_data/
*.mov
# ===== Python 相关 =====
# RUFF
.ruff-cache/
# 字节码文件
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyc
# 分发/打包
.Python