This commit is contained in:
qsc
2026-02-07 19:58:25 +08:00
parent bfb40c9160
commit f8205fdf61
22 changed files with 1085 additions and 910 deletions
+24 -1
View File
@@ -1,3 +1,26 @@
{
"prefix": {
"description": "指令前缀",
"type": "object",
"items": {
"enable": {
"description": "是否启用",
"type": "bool",
"default": false,
"hint": "是否启用指令前缀检查功能"
},
"text": {
"description": "前缀内容",
"type": "string",
"default": "王者荣耀",
"hint": "为了避免和其他插件的指令冲突可以增加指令的前缀,为空默认值为王者。"
}
}
},
"ytapi_token": {
"description": "应天API Token",
"type": "string",
"default": "",
"hint": "前往https://api.t1qq.com注册并创建Token(免费)。"
}
}