添加32位打包和日志

This commit is contained in:
yuchenglong
2025-11-20 11:20:10 +08:00
parent 2406d600ef
commit 5bdcc7f303
91 changed files with 113 additions and 121774 deletions

1
src/vite-env.d.ts vendored
View File

@@ -6,6 +6,7 @@ interface Window {
stopIdCardListen: () => Promise<any>;
onIdCardData: (callback: (data: any) => void) => void;
onIdCardError: (callback: (error: any) => void) => void;
log: (level: string, message: any) => void;
removeIdCardListeners: () => void;
};
}