🐛 保证应用单例运行

This commit is contained in:
MoeSnowyFox
2025-08-27 20:29:39 +08:00
parent 163cb78fc9
commit b5df09cfd2
3 changed files with 32 additions and 4 deletions

View File

@@ -34,5 +34,5 @@ electron_1.contextBridge.exposeInMainWorld('electronAPI', {
},
removeDownloadProgressListener: () => {
electron_1.ipcRenderer.removeAllListeners('download-progress');
}
},
});