update SrcJuying.js.

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

@ -3106,7 +3106,7 @@ var erjimenu = [
]
//版本检测
function Version() {
var nowVersion = 1.9;//现在版本
var nowVersion = 2.1;//现在版本
var nowtime = Date.now();
var oldtime = parseInt(getItem('VersionChecktime','0').replace('time',''));
if (getVar('SrcJuying-VersionCheck', '0') == '0' && nowtime > (oldtime+180*60*1000)) {

Loading…
Cancel
Save