From d97b93bc0e8cf12b824c5efa0525dce456a4ef11 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 1 Apr 2023 10:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuman.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuman.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SrcJuman.js b/SrcJuman.js index 63b9cb36..1f6e7796 100644 --- a/SrcJuman.js +++ b/SrcJuman.js @@ -71,9 +71,8 @@ function yiji() { let parse; eval("let source = " + sourcedata[0].parse); if(source.ext && /^http/.test(source.ext)){ - log(source.ext); require(source.ext, 48); - parse = yiji; + parse = yi; }else{ parse = source; }