feat 订阅增加保存路径设置

This commit is contained in:
thsrite
2023-12-12 14:01:14 +08:00
parent 48badb3243
commit 73942e315a
5 changed files with 41 additions and 3 deletions

View File

@ -65,6 +65,8 @@ class Subscribe(Base):
best_version = Column(Integer, default=0)
# 当前优先级
current_priority = Column(Integer)
# 保存路径
save_path = Column(String)
@staticmethod
@db_query