Browse Source

Merge remote-tracking branch 'origin/dev' into dev

Vanessa 2 years ago
parent
commit
13373f4a87
2 changed files with 2 additions and 2 deletions
  1. 1 1
      kernel/model/liandi.go
  2. 1 1
      kernel/model/updater.go

+ 1 - 1
kernel/model/liandi.go

@@ -209,7 +209,7 @@ func refreshCheckDownloadInstallPkg() {
 	time.Sleep(3 * time.Minute)
 	checkDownloadInstallPkg()
 	if "" != getNewVerInstallPkgPath() {
-		util.PushMsg(Conf.Language(62), 0)
+		util.PushMsg(Conf.Language(62), 15*1000)
 	}
 }
 

+ 1 - 1
kernel/model/updater.go

@@ -272,7 +272,7 @@ func CheckUpdate(showMsg bool) {
 			defer logging.Recover()
 			checkDownloadInstallPkg()
 			if "" != getNewVerInstallPkgPath() {
-				util.PushMsg(Conf.Language(62), 0)
+				util.PushMsg(Conf.Language(62), 15*1000)
 			}
 		}()
 	}