feat(account): polish reviews favorites and account UI

This commit is contained in:
2026-05-29 21:34:42 +08:00
parent abeb511c06
commit 439af8c26f
40 changed files with 3158 additions and 250 deletions
+7
View File
@@ -20,6 +20,7 @@ declare global {
apm_store: {
arch: string;
};
windowControls: WindowControlBridge;
updateCenter: UpdateCenterBridge;
}
}
@@ -31,6 +32,12 @@ interface IpcRendererFacade {
invoke: import("electron").IpcRenderer["invoke"];
}
interface WindowControlBridge {
minimize: () => void;
toggleMaximize: () => void;
close: () => void;
}
// IPC channel type definitions
declare interface IpcChannels {
"get-app-version": () => string;