From 75f150e2ffece767da53df3d9dbfb69ab387a230 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 13 Apr 2023 23:53:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuMethod.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuMethod.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/SrcJuMethod.js b/SrcJuMethod.js index 99e3a6e2..bccb1150 100644 --- a/SrcJuMethod.js +++ b/SrcJuMethod.js @@ -65,12 +65,6 @@ function readData(fileid,datatype){ return source; }else if(datatype=="0"){ eval("let source = " + jkdata.public); - if (source.ext && /^http/.test(source.ext)) { - requireCache(source.ext, 48); - parse = public; - } else { - parse = source; - } - return parse; + return source; } } \ No newline at end of file