diff --git a/src/renderer/App.vue b/src/renderer/App.vue index ea9959f7..3762c590 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -170,7 +170,7 @@ export default { this.$nextTick(() => { this.showUpdateModal() }) - }, 3 * 1000) + }, 60 * 30 * 1000) this.initData() this.globalObj.apiSource = this.setting.apiSource