更新 'SrcJuying.js'

pull/1/head
src48597962 2 years ago
parent fa3c26bde6
commit 419e61d491
  1. 2
      SrcJuying.js

@ -982,7 +982,7 @@ function sousuo() {
//版本检测 //版本检测
function Version() { function Version() {
var nowVersion = "5.1";//现在版本 var nowVersion = "5.2";//现在版本
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 (getMyVar('SrcJuying-VersionCheck', '0') == '0' && nowtime > (oldtime+24*60*60*1000)) { if (getMyVar('SrcJuying-VersionCheck', '0') == '0' && nowtime > (oldtime+24*60*60*1000)) {

Loading…
Cancel
Save