add ScanFileAction

This commit is contained in:
jxxghp
2025-02-28 21:11:51 +08:00
parent d68461a127
commit cce71f23e2
5 changed files with 129 additions and 26 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class FetchDownloadsAction(BaseAction):
@classmethod
@property
def description(cls) -> str:
return "获取下载任务,更新任务状态"
return "获取下载队列中的任务状态"
@classmethod
@property