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
@@ -42,7 +42,7 @@ class FetchTorrentsAction(BaseAction):
@classmethod
@property
def description(cls) -> str:
return "根据关键字搜索站点种子资源"
return "搜索站点种子资源列表"
@classmethod
@property