update SrcJuying.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent d2d22a6b6c
commit ac74382714
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() { function Version() {
var nowVersion = 2.6;//现在版本 var nowVersion = 2.7;//现在版本
var nowtime = Date.now(); var nowtime = Date.now();
var oldtime = parseInt(getItem('VersionChecktime','0').replace('time','')); var oldtime = parseInt(getItem('VersionChecktime','0').replace('time',''));
if (getVar('SrcJuying-VersionCheck', '0') == '0' && nowtime > (oldtime+6*60*60*1000)) { if (getVar('SrcJuying-VersionCheck', '0') == '0' && nowtime > (oldtime+6*60*60*1000)) {

Loading…
Cancel
Save