编写未来计划表

This commit is contained in:
2026-01-13 17:42:19 +08:00
parent 36bc0cc08b
commit e1a94d4bc7
6 changed files with 71 additions and 11 deletions

View File

@@ -5,6 +5,8 @@ class Settings(BaseSettings):
系统配置类
自动读取环境变量或 .env 文件
"""
CANDIDATE_NUM: int = 10
DB_USER: str
DB_PASS: str
DB_HOST: str