mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
20 lines
482 B
JSON
20 lines
482 B
JSON
{
|
|
"platform-adapter": "yiri-mirai",
|
|
"yiri-mirai-config": {
|
|
"adapter": "WebSocketAdapter",
|
|
"host": "localhost",
|
|
"port": 8080,
|
|
"verifyKey": "yirimirai",
|
|
"qq": 123456789
|
|
},
|
|
"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
|
|
} |