From b7604ff75a620dbd79da1ec6b12459f3fc7d451c Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 30 Mar 2023 22:02:49 +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 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/SrcJuman.js b/SrcJuman.js index 89cd5efc..b647eccc 100644 --- a/SrcJuman.js +++ b/SrcJuman.js @@ -63,9 +63,14 @@ function yiji() { col_type: "text_center_1", }) }else{ - log($.type(sourcedata[0].parse)); - requireCache(sourcedata[0].parse, 48); - log(parse['链接']); + let source = sourcedata[0].parse; + if($.type(source)=="string" && /^http/.test(source)){ + requireCache(source.parse, 48); + let html = request(parse['链接']); + eval("let tuijian = " + parse['推荐']) + d = d.concat(tuijian); + } + } setResult(d);