yangjie #48

Merged
yangqiang merged 10 commits from yangjie into master 2025-02-13 17:28:41 +08:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 369aaa420c - Show all commits

View File

@ -717,9 +717,7 @@ function updateHandle() {
})
autoUpdater.on('update-available', function (info) {
let messageStr = JSON.stringify({ type: '0' })
setTimeout(() => {
sendUpdateMessage(messageStr)
}, 5000)
})
autoUpdater.on('update-not-available', function (info) {