Files
astrbot_plugin_jx3/_conf_schema.json
T
2025-12-24 22:43:06 +08:00

76 lines
2.1 KiB
JSON

{
"server": {
"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账号登录信息获取推栏标识"
},
"kfjk": {
"description": "开服监控配置",
"type": "object",
"items": {
"enable": {
"description": "开服监控功能开关",
"type": "bool",
"default": false,
"hint": "是否启用剑网三开服监控功能。"
},
"time": {
"description": "开服监控循环时间",
"type": "int",
"default": 60,
"hint": "请求服务器状态的循环时间,单位秒。"
},
"umos": {
"description": "开服监控推送列表",
"type": "list",
"hint": "可以填写多个会话唯一ID。",
"items": {
"type": "string",
"description": "会话唯一ID,可通过/std获取"
},
"default": []
}
}
},
"xwzx": {
"description": "新闻资讯推送",
"type": "object",
"items": {
"enable": {
"description": "新闻资讯推送功能开关",
"type": "bool",
"default": false,
"hint": "是否启用剑网三开新闻资讯推送功能。"
},
"time": {
"description": "获取最新资讯循环时间",
"type": "int",
"default": 280,
"hint": "请求最新资讯的循环时间,单位秒。"
},
"umos": {
"description": "推送列表",
"type": "list",
"hint": "可以填写多个会话唯一ID。",
"items": {
"type": "string",
"description": "会话唯一ID,可通过/std获取"
},
"default": []
}
}
}
}