update SrcJuying.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent 1baba8d1b2
commit edbfbab360
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      SrcJuying.js

@ -628,7 +628,7 @@ function sousuo() {
//版本检测
function Version() {
var nowVersion = 3.3;//现在版本
var nowVersion = 3.4;//现在版本
var nowtime = Date.now();
var oldtime = parseInt(getItem('VersionChecktime','0').replace('time',''));
if (getVar('SrcJuying-VersionCheck', '0') == '0' && nowtime > (oldtime+6*60*60*1000)) {

Loading…
Cancel
Save