mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-27 23:30:24 +00:00
Set o3HookMode to 1 in packages/napcat-core/external/napcat.json to enable O3 hook mode. Replace the prebuilt napi2native.win32.x64.node binary in packages/napcat-native/napi2native to include corresponding native changes for Win32 x64.
9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"fileLog": false,
|
|
"consoleLog": true,
|
|
"fileLogLevel": "debug",
|
|
"consoleLogLevel": "info",
|
|
"packetBackend": "auto",
|
|
"packetServer": "",
|
|
"o3HookMode": 1
|
|
} |