Remove baseClient and simplify packet client selection

Deleted baseClient.ts and moved its logic into nativeClient.ts, making NativePacketClient a standalone class. Refactored PacketClientContext to always use NativePacketClient, removing support for multiple packet backends and related selection logic. Updated binary for napi2native.win32.x64.node.
This commit is contained in:
手瓜一十雪
2025-10-29 21:24:28 +08:00
parent 0c359abf0b
commit 7bc631f35f
4 changed files with 69 additions and 126 deletions