2024-02-06 21:26:03 +08:00
|
|
|
{
|
2024-02-11 23:07:38 +08:00
|
|
|
"platform-adapters": [
|
|
|
|
{
|
|
|
|
"adapter": "yiri-mirai",
|
|
|
|
"enable": false,
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": 8080,
|
|
|
|
"verifyKey": "yirimirai",
|
|
|
|
"qq": 123456789
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"adapter": "nakuru",
|
|
|
|
"enable": false,
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"ws_port": 8080,
|
|
|
|
"http_port": 5700,
|
|
|
|
"token": ""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"adapter": "aiocqhttp",
|
|
|
|
"enable": false,
|
2024-02-20 20:13:46 +08:00
|
|
|
"host": "0.0.0.0",
|
2024-03-13 16:53:30 +08:00
|
|
|
"port": 8080,
|
|
|
|
"access-token": ""
|
2024-02-11 23:07:38 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"adapter": "qq-botpy",
|
|
|
|
"enable": false,
|
|
|
|
"appid": "",
|
|
|
|
"secret": "",
|
|
|
|
"intents": [
|
|
|
|
"public_guild_messages",
|
|
|
|
"direct_message"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2024-02-06 21:26:03 +08:00
|
|
|
"track-function-calls": true,
|
|
|
|
"quote-origin": false,
|
|
|
|
"at-sender": false,
|
|
|
|
"force-delay": [0, 0],
|
|
|
|
"long-text-process": {
|
|
|
|
"threshold": 256,
|
|
|
|
"strategy": "forward",
|
|
|
|
"font-path": ""
|
|
|
|
},
|
|
|
|
"hide-exception-info": true
|
|
|
|
}
|