update:修复github工作流问题

This commit is contained in:
2026-03-11 09:38:28 +08:00
parent a2671e2968
commit 5bc68f5a9a
11 changed files with 183 additions and 107 deletions

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

@@ -10,7 +10,10 @@ declare module "*.vue" {
interface Window {
// expose in the `electron/preload/index.ts`
ipcRenderer: import("electron").IpcRenderer;
apm_store: any;
apm_store: {
arch: string;
[k: string]: any;
};
}
declare const __APP_VERSION__: string;