feat: 复活吧我的arm64

This commit is contained in:
手瓜一十雪 2024-11-05 21:17:07 +08:00
parent b89f2805e7
commit d672680c4c
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export interface NativePacketExportType {
SendPacket?: (cmd: string, data: string, trace_id: string) => void;
}
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 sendEvent = new LRUCache<number, string>(500);//seq->trace_id
constructor(core: NapCatCore) {

Binary file not shown.