feat(account): record downloads and show reviews

This commit is contained in:
2026-05-19 00:25:57 +08:00
parent 8da044495a
commit 78a04fb51f
8 changed files with 323 additions and 7 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
/* eslint-disable */
/// <reference types="vite/client" />
import type { UpdateCenterBridge } from "@/global/typedefinition";
import type { SystemInfo, UpdateCenterBridge } from "@/global/typedefinition";
declare module "*.vue" {
import type { DefineComponent } from "vue";
@@ -34,6 +34,7 @@ interface IpcRendererFacade {
// IPC channel type definitions
declare interface IpcChannels {
"get-app-version": () => string;
"get-system-info": () => Promise<SystemInfo>;
"request-flarum-token": (payload: {
identification: string;
password: string;