From 6dc37866bc7339564e999d560e886ba1b02689b4 Mon Sep 17 00:00:00 2001 From: jevons0411 Date: Wed, 7 Sep 2022 15:26:42 +0800 Subject: [PATCH] Update SrcJuying.js --- SrcJuying.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJuying.js b/SrcJuying.js index 3fe6e236..c23ed859 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -961,7 +961,7 @@ function sousuo() { //版本检测 function Version() { - var nowVersion = "4.0";//现在版本 + var nowVersion = "4.1";//现在版本 var nowtime = Date.now(); var oldtime = parseInt(getItem('VersionChecktime','0').replace('time','')); if (getMyVar('SrcJuying-VersionCheck', '0') == '0' && nowtime > (oldtime+6*60*60*1000)) {