feat: 应用更新在内部更新 自动打开安装包

This commit is contained in:
alger
2025-01-17 00:02:57 +08:00
parent 573023600a
commit fb0831f2eb
5 changed files with 206 additions and 23 deletions
+4
View File
@@ -13,6 +13,10 @@ declare global {
miniTray: () => void;
restart: () => void;
unblockMusic: (id: number, data: any) => Promise<any>;
startDownload: (url: string) => void;
onDownloadProgress: (callback: (progress: number, status: string) => void) => void;
onDownloadComplete: (callback: (success: boolean, filePath: string) => void) => void;
removeDownloadListeners: () => void;
invoke: (channel: string, ...args: any[]) => Promise<any>;
};
$message: any;