更新 'SrcJuying.js'

master
src48597962 2 years ago
parent e1f3d13af5
commit b3d0a87c89
  1. 2
      SrcJuying.js

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

Loading…
Cancel
Save