mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
feat: 复活吧我的arm64
This commit is contained in:
parent
b89f2805e7
commit
d672680c4c
@ -12,7 +12,7 @@ export interface NativePacketExportType {
|
|||||||
SendPacket?: (cmd: string, data: string, trace_id: string) => void;
|
SendPacket?: (cmd: string, data: string, trace_id: string) => void;
|
||||||
}
|
}
|
||||||
export class NativePacketClient extends PacketClient {
|
export class NativePacketClient extends PacketClient {
|
||||||
private readonly supportedPlatforms = ['win32.x64','linux.x64'];
|
private readonly supportedPlatforms = ['win32.x64', 'linux.x64', 'linux.arm64'];
|
||||||
private MoeHooExport: { exports: NativePacketExportType } = { exports: {} };
|
private MoeHooExport: { exports: NativePacketExportType } = { exports: {} };
|
||||||
private sendEvent = new LRUCache<number, string>(500);//seq->trace_id
|
private sendEvent = new LRUCache<number, string>(500);//seq->trace_id
|
||||||
constructor(core: NapCatCore) {
|
constructor(core: NapCatCore) {
|
||||||
|
BIN
src/native/packet/MoeHoo.linux.arm64.node
Normal file
BIN
src/native/packet/MoeHoo.linux.arm64.node
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user