mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-06-25 15:43:49 +08:00
feat(account): add client account api foundation
This commit is contained in:
@@ -20,11 +20,13 @@ Object.defineProperty(window, "ipcRenderer", {
|
||||
invoke: vi.fn(),
|
||||
removeListener: vi.fn(),
|
||||
},
|
||||
writable: true,
|
||||
});
|
||||
|
||||
// Mock window.apm_store
|
||||
Object.defineProperty(window, "apm_store", {
|
||||
value: {
|
||||
arch: "amd64-store",
|
||||
arch: "amd64",
|
||||
},
|
||||
writable: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user