From 1f9cdbc36c385e3b7b1f98bb7cd8484ff8c699b5 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 18 Dec 2024 08:44:10 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index b415f69e..6757944b 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -118,6 +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); } if(input.startsWith('http')){ let tmpFile = cachepath + md5(input) + ".json";