更新 command.py
This commit is contained in:
parent
313cfd0941
commit
487a2e52cf
@ -42,12 +42,12 @@ class Command(metaclass=Singleton):
|
||||
},
|
||||
"/subscriberefresh": {
|
||||
"func": SubscribeChain().refresh,
|
||||
"description": "刷新所有订阅",
|
||||
"description": "刷新订阅",
|
||||
"data": {}
|
||||
},
|
||||
"/subscribesearch": {
|
||||
"func": SubscribeChain().search,
|
||||
"description": "搜索所有订阅",
|
||||
"description": "搜索订阅",
|
||||
"data": {
|
||||
'state': 'R',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user