2024-02-06 21:26:03 +08:00
|
|
|
{
|
|
|
|
"platform-adapter": "yiri-mirai",
|
|
|
|
"yiri-mirai-config": {
|
|
|
|
"adapter": "WebSocketAdapter",
|
2024-02-07 20:03:46 +08:00
|
|
|
"host": "127.0.0.1",
|
2024-02-06 21:26:03 +08:00
|
|
|
"port": 8080,
|
|
|
|
"verifyKey": "yirimirai",
|
|
|
|
"qq": 123456789
|
|
|
|
},
|
2024-02-08 13:12:33 +08:00
|
|
|
"nakuru-config": {
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"ws_port": 8080,
|
|
|
|
"http_port": 5700,
|
|
|
|
"token": ""
|
|
|
|
},
|
2024-02-07 20:03:46 +08:00
|
|
|
"aiocqhttp-config": {
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": 8080
|
|
|
|
},
|
2024-02-07 23:21:32 +08:00
|
|
|
"qq-botpy-config": {
|
|
|
|
"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
|
|
|
|
}
|