This commit is contained in:
jxxghp
2024-12-24 13:31:58 +08:00
parent 48c289edf2
commit 84f5d1c879
3 changed files with 38 additions and 4 deletions

View File

@@ -43,6 +43,8 @@ class TransferHistory(Base):
episodes = Column(String)
# 海报
image = Column(String)
# 下载器
downloader = Column(String)
# 下载器hash
download_hash = Column(String, index=True)
# 转移成功状态