mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-08-07 10:43:57 +08:00
update:修复github工作流问题
This commit is contained in:
Vendored
+4
-1
@@ -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