Enable o3HookMode and update Win32 native binary

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.
This commit is contained in:
手瓜一十雪
2026-02-16 14:58:06 +08:00
parent eb937b29e4
commit 9e271578a7
4 changed files with 1 additions and 1 deletions

View File

@@ -5,5 +5,5 @@
"consoleLogLevel": "info",
"packetBackend": "auto",
"packetServer": "",
"o3HookMode": 0
"o3HookMode": 1
}