From 87a76641b3b308f98a90aeb49c38b8fa5d33674a Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 14 Oct 2022 11:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJySet.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJySet.js | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/SrcJySet.js b/SrcJySet.js index ed447e15..079bbc5d 100644 --- a/SrcJySet.js +++ b/SrcJySet.js @@ -2078,12 +2078,20 @@ function extension(){ d.push({ title: '🆗 确定导入', url: getMyVar('importjiekou')!="1"&&getMyVar('importjiexi')!="1"&&getMyVar('importlive')!="1"?'toast://请选择导入项目':$().lazyRule(() => { - - refreshPage(false); - return 'toast://默认搜索分组'; + require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js'); + Resourceimport(); }), col_type: "text_2" }); + d.push({ + title: '
', + col_type: 'rich_text' + }); + setHomeResult(d); +} +//资源导入 +function Resourceimport(){ + return getMyVar('importjiekou'); d.push({ title: 'biu导入', url:$("","输入biubiu资源地址").input(() => { @@ -2417,9 +2425,4 @@ function extension(){ }), col_type: "text_3" }); - d.push({ - title: '
', - col_type: 'rich_text' - }); - setHomeResult(d); }