32 lines
976 B
JSON
32 lines
976 B
JSON
{
|
|
"prefix": {
|
|
"description": "指令前缀",
|
|
"type": "object",
|
|
"items": {
|
|
"enable": {
|
|
"description": "是否启用",
|
|
"type": "bool",
|
|
"default": false,
|
|
"hint": "是否启用指令前缀检查功能"
|
|
},
|
|
"text": {
|
|
"description": "前缀内容",
|
|
"type": "string",
|
|
"default": "王者荣耀",
|
|
"hint": "为了避免和其他插件的指令冲突可以增加指令的前缀,为空默认值为王者。"
|
|
}
|
|
}
|
|
},
|
|
"ytapi_token": {
|
|
"description": "应天API 令牌",
|
|
"type": "string",
|
|
"default": "",
|
|
"hint": "前往https://api.t1qq.com 注册并创建令牌(免费)。"
|
|
},
|
|
"nyapi_token": {
|
|
"description": "柠柚API 令牌",
|
|
"type": "string",
|
|
"default": "",
|
|
"hint": "前往https://api.nycnm.cn 注册并创建令牌(免费)。"
|
|
}
|
|
} |