mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
update:修复github工作流问题
This commit is contained in:
5
src/vite-env.d.ts
vendored
5
src/vite-env.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user