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
@@ -51,6 +51,8 @@ class Site(Base):
is_active = Column(Boolean(), default=True)
# 创建时间
lst_mod_date = Column(String, default=datetime.now().strftime("%Y-%m-%d %H:%M:%S"))
# 下载器
downloader = Column(String)
@staticmethod
@db_query