1. Add 登陆功能

2. 调整字体大小
3. 新增部分功能
This commit is contained in:
2026-06-05 18:00:31 +08:00
parent 06e0967128
commit 9fea9c6a53
58 changed files with 5028 additions and 322 deletions

View File

@@ -42,3 +42,7 @@ python-dotenv>=1.0.0
loguru>=0.7.0
tenacity>=8.2.0
httpx>=0.24.0
# Authentication
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4