feat:订阅支持绑定下载器

This commit is contained in:
jxxghp
2024-11-16 09:00:18 +08:00
parent 44a0e5b4a7
commit af3a50f7ea
5 changed files with 32 additions and 15 deletions

View File

@@ -64,6 +64,8 @@ class Subscribe(Base):
username = Column(String)
# 订阅站点
sites = Column(JSON, default=list)
# 下载器
downloader = Column(String)
# 是否洗版
best_version = Column(Integer, default=0)
# 当前优先级