Files
astrbot_plugin_jx3/_conf_schema.json
T
2026-09-03 17:33:28 +08:00

45 lines
1.2 KiB
JSON

{
"prefix": {
"description": "指令前缀",
"type": "object",
"items": {
"enable": {
"description": "是否启用",
"type": "bool",
"default": false,
"hint": "是否启用指令前缀检查功能"
},
"text": {
"description": "前缀内容",
"type": "string",
"default": "剑三",
"hint": "为了避免和其他插件的指令冲突可以增加指令的前缀,为空默认值为剑三。"
}
}
},
"jx3api_token": {
"description": "JX3API Token",
"type": "string",
"default": "",
"hint": "前往https://www.jx3api.com/注册并购买Token。"
},
"jx3api_ticket": {
"description": "推栏标识",
"type": "string",
"default": "",
"hint": "通过抓包推栏APP账号登录信息获取推栏标识。"
},
"jx3api_wss": {
"description": "事件通道地址",
"type": "string",
"default": "wss://socket.nicemoe.cn",
"hint": "事件推送的WebSocket地址。"
},
"jx3api_wss_token": {
"description": "事件推送令牌",
"type": "string",
"default": "",
"hint": "用于付费事件推送,不填写只推送免费事件。"
}
}