定时任务细化,签到成功页结果展示

This commit is contained in:
2026-03-18 09:19:29 +08:00
parent e514a11e62
commit 633e4249de
9 changed files with 408 additions and 577 deletions

View File

@@ -14,5 +14,12 @@ pydantic-settings==2.0.3
# HTTP Client
httpx==0.25.2
# Cron parsing
croniter==2.0.1
# Crypto (for cookie decryption)
cryptography==41.0.7
pycryptodome==3.19.0
# Utilities
python-dotenv==1.0.0