From 331a861cb9e0fd01b2aa2b0c4c7d0981c85a99aa Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 18 Dec 2024 08:54:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyPublic.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyPublic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 6757944b..52159b20 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -118,7 +118,7 @@ function checkBoxUrl(input) { if(input.includes('#nodejsID=')){ $.require('hiker://page/thirdstart?rule=nodejs').start(input.split('#nodejsID=')[1]); input = input.split('#nodejsID=')[0]; - java.lang.Thread.sleep(1000); + java.lang.Thread.sleep(3000); } if(input.startsWith('http')){ let tmpFile = cachepath + md5(input) + ".json";