mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-08-07 14:13:56 +08:00
feat(account): record downloads and show reviews
This commit is contained in:
Vendored
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user