{ "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(免费)。" } }