From 45c54a4bde280f44ed5d8bef14aca2cf5b14bbfe Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 18 Dec 2024 08:45:04 +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..e2c8724f 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(1000); } if(input.startsWith('http')){ let tmpFile = cachepath + md5(input) + ".json";