Files
astrbot_plugin_gok/_conf_schema.json
T
2026-02-14 18:33:05 +08:00

51 lines
1.5 KiB
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 注册并创建令牌(免费)。"
},
"comment": {
"description": "战绩锐评",
"type": "object",
"items": {
"enable": {
"description": "是否启用",
"type": "bool",
"default": false,
"hint": "是否启用战绩锐评功能"
},
"select_provider": {
"description": "锐评模型",
"type": "string",
"hint": "锐评战绩的模型,留空使用会话默认模型",
"default": "",
"_special": "select_provider"
}
}
}
}