chore: 协议包支持 macOS

This commit is contained in:
linyuchen 2024-11-13 19:27:50 +08:00
parent cd679cc041
commit 1bf5e41bdc
3 changed files with 7188 additions and 1 deletions

View File

@ -7,6 +7,7 @@ export declare class NTQQPacketApi {
private readonly wrapperSession; private readonly wrapperSession;
constructor(wrapperSession: WrapperSession); constructor(wrapperSession: WrapperSession);
get available(): boolean; get available(): boolean;
private checkQQVersion;
private InitSendPacket; private InitSendPacket;
private sendPacket; private sendPacket;
private sendOidbPacket; private sendOidbPacket;

File diff suppressed because one or more lines are too long