update SrcJuying.js.

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

@ -605,7 +605,7 @@ function sousuo() {
//版本检测
function Version() {
var nowVersion = 2.5;//现在版本
var nowVersion = 2.6;//现在版本
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