This commit is contained in:
jxxghp
2023-06-14 17:04:52 +08:00
parent c726864412
commit 8cbc33a976
4 changed files with 49 additions and 10 deletions

View File

@ -84,6 +84,11 @@ class Command(metaclass=Singleton):
"description": "查询站点",
"data": {}
},
"/site_enable": {
"func": SiteManageChain().enable,
"description": "启用站点",
"data": {}
},
"/site_disable": {
"func": SiteManageChain().disable,
"description": "禁用站点",