feat: 站点管理增加下载器选择

This commit is contained in:
Attente
2024-11-16 00:22:04 +08:00
parent c7926fc575
commit 0066247a2b
6 changed files with 11 additions and 2 deletions
+2
View File
@@ -44,6 +44,8 @@ class Site(BaseModel):
limit_seconds: Optional[int] = None
# 是否启用
is_active: Optional[bool] = True
# 下载器
downloader: Optional[str] = None
class Config:
orm_mode = True