feat 正在下载进度推送插件

This commit is contained in:
thsrite
2023-09-28 11:10:34 +08:00
parent 21ecd1f708
commit d30a02987d
5 changed files with 305 additions and 2 deletions

View File

@ -35,6 +35,8 @@ class DownloadHistory(Base):
torrent_description = Column(String)
# 种子站点
torrent_site = Column(String)
# 下载用户
userid = Column(String)
# 附加信息
note = Column(String)