feat(account): add client account api foundation

This commit is contained in:
2026-05-18 22:02:39 +08:00
parent 960bababc5
commit 881aceb78c
6 changed files with 562 additions and 1 deletions
+3 -1
View File
@@ -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,
});