feat:手动刮削时强制覆盖

This commit is contained in:
jxxghp
2025-01-05 15:38:13 +08:00
parent 89e96ee27a
commit 5d2a911849
5 changed files with 18 additions and 9 deletions
+1
View File
@@ -62,6 +62,7 @@ class TransferTask(BaseModel):
downloader: Optional[str] = None
download_hash: Optional[str] = None
download_history: Optional[DownloadHistory] = None
manual: Optional[bool] = False
def to_dict(self):
"""