Files
astrbot_plugin_jx3/_conf_schema.json
T
2025-12-05 14:44:29 +08:00

31 lines
829 B
JSON

{
"kfjk": {
"description": "开服监控配置",
"type": "object",
"items": {
"enable": {
"description": "开服监控功能开关",
"type": "bool",
"default": true,
"hint": "是否启用剑网三开服监控功能。"
},
"time": {
"description": "开服监控循环时间",
"type": "int",
"default": 10,
"hint": "请求服务器状态的循环时间,单位秒。"
},
"umos": {
"description": "开服监控推送列表",
"type": "list",
"hint": "可以填写多个会话唯一ID。",
"items": {
"type": "string",
"description": "会话唯一ID"
},
"default": ["default:GroupMessage:768280021","default:GroupMessage:690665795"]
}
}
}
}