更新 command.py

This commit is contained in:
jxxghp 2023-06-10 22:05:34 +08:00 committed by GitHub
parent 313cfd0941
commit 487a2e52cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,12 +42,12 @@ class Command(metaclass=Singleton):
},
"/subscriberefresh": {
"func": SubscribeChain().refresh,
"description": "刷新所有订阅",
"description": "刷新订阅",
"data": {}
},
"/subscribesearch": {
"func": SubscribeChain().search,
"description": "搜索所有订阅",
"description": "搜索订阅",
"data": {
'state': 'R',
}