fix actions

This commit is contained in:
jxxghp
2025-02-27 17:08:38 +08:00
parent ab0008be86
commit b080a2003f
7 changed files with 20 additions and 18 deletions

View File

@@ -37,11 +37,11 @@ class FetchRssAction(BaseAction):
@property
def name(self) -> str:
return "获取RSS资源列表"
return "获取RSS资源"
@property
def description(self) -> str:
return "请求RSS地址获取数据,并解析为资源列表"
return "订阅RSS地址获取资源"
@property
def data(self) -> dict: