添加对于Xboard的完整支持

This commit is contained in:
CN-JS-HuiBai
2026-04-14 22:58:28 +08:00
parent b71056eea7
commit dcf4f06dab
10 changed files with 658 additions and 4 deletions

12
.config.example Normal file
View File

@@ -0,0 +1,12 @@
{
"services": [
{
"type": "xboard",
"panel_url": "https://your-panel.com",
"key": "your-node-key",
"node_id": 1,
"sync_interval": "1m",
"report_interval": "1m"
}
]
}