feat: add OneBot channel support

This commit is contained in:
Hoshina
2026-02-14 16:50:21 +08:00
parent 5872e0f55e
commit 7fa641a2ed
4 changed files with 716 additions and 0 deletions

View File

@@ -60,6 +60,14 @@
"webhook_port": 18791,
"webhook_path": "/webhook/line",
"allow_from": []
},
"onebot": {
"enabled": false,
"ws_url": "ws://127.0.0.1:3001",
"access_token": "",
"reconnect_interval": 5,
"group_trigger_prefix": [],
"allow_from": []
}
},
"providers": {