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
+4
View File
@@ -10,6 +10,10 @@ declare module "*.vue" {
}
declare global {
interface ImportMetaEnv {
readonly VITE_SPARK_BACKEND_BASE_URL?: string;
}
interface Window {
// expose in the `electron/preload/index.ts`
ipcRenderer: IpcRendererFacade;