Compare commits

...

4 Commits

Author SHA1 Message Date
hunlongyu
022b1f4090 紧急修复视频源检测bug, 以及增加手动更新提示。 2020-10-28 22:44:53 +08:00
hunlongyu
9c08a64524 💎 手动更新提示 2020-10-28 22:11:41 +08:00
hunlongyu
90ec848c11 v2.5.6 2020-10-28 21:45:48 +08:00
hunlongyu
82270a702f v2.5.5 2020-10-28 21:39:29 +08:00
3 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "zy",
"version": "2.5.4",
"version": "2.5.7",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@@ -440,6 +440,7 @@ export default {
this.tableKey = Math.random()
}
this.checkAllSiteLoading = false
this.updateDatabase()
}
},
mounted () {

View File

@@ -362,6 +362,7 @@ export default {
})
},
quitAndInstall () {
this.$message.success('已开始下载更新,下载完毕后,将自动退出安装。')
ipcRenderer.send('quitAndInstall')
},
createContextMenu () {