From 27172e175c2c43619596ee05dba11037c32c21d5 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 6 Jul 2024 14:27:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcJuying.js b/SrcJuying.js index dc62787b..a3351cc8 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -1285,13 +1285,13 @@ function Version() { var nowVersion = getItem('Version', "7.9");//现在版本 var nowtime = Date.now(); var oldtime = parseInt(getItem('VersionChecktime','0').replace('time','')); - if (nowtime > (oldtime+12*60*60*1000)) { + if (nowtime > (oldtime+24*60*60*1000)) { try { eval(request(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcTmplVersion.js')) if (parseFloat(newVersion.SrcJuying) > parseFloat(nowVersion)) { confirm({ title:'发现新版本,是否更新?', - content:nowVersion+'=>'+newVersion.SrcJuying+'\n'+newVersion.SrcJuyingdesc[newVersion.SrcJuying], + content:'现版本V'+nowVersion+'=>新版本V'+newVersion.SrcJuying, confirm: $.toString((nowtime,newVersion) => { setItem('Version', newVersion); setItem('VersionChecktime', nowtime+'time');