Add native module loading and improve logging

Loaded a native module in NTQQGroupApi and added test calls to sendSsoCmdReqByContend with different parameter types. Changed fileLog default to true in config. Enhanced NativePacketClient with detailed send/receive logging. Updated NodeIKernelMsgService to accept unknown type for sendSsoCmdReqByContend param. Added process PID logging in napcat shell.
This commit is contained in:
手瓜一十雪
2025-10-26 20:05:21 +08:00
parent 61700c1128
commit 38409f116f
5 changed files with 10 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
import { NCoreInitShell } from './base';
console.log('pid', process.pid);
NCoreInitShell();