feat: support download statistics

close #15
This commit is contained in:
Elysia
2026-02-14 23:11:43 +08:00
parent c4ffc880e4
commit 5ac9376200
9 changed files with 99 additions and 45 deletions

2
src/vite-env.d.ts vendored
View File

@@ -12,3 +12,5 @@ interface Window {
ipcRenderer: import("electron").IpcRenderer;
apm_store: any;
}
declare const __APP_VERSION__: string;