From f53b97a89e8c9b2182b406642ebbc733d080b6a7 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 27 Nov 2024 11:31:58 +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 | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/SrcJySet.js b/SrcJySet.js index 26d98850..ea244eb3 100644 --- a/SrcJySet.js +++ b/SrcJySet.js @@ -2812,14 +2812,20 @@ function importConfirm(jsfile) { let textcontent = globalMap0.getVar('Jy_gmParams').unzip(code); let pastedata = JSON.parse(textcontent); d.push({ - title: "聚影资源码&文件分享导入", - desc: "增量方式导入,不清除原有的" , - url: "hiker://empty", - col_type: 'text_center_1' + title: '聚影资源码&文件分享导入', + col_type: "rich_text" }); d.push({ - title: '包含资源:'+Object.keys(pastedata).join(','), - desc: "点击选择导入的项", + title: '以增量方式导入,不会清除原有的', + col_type: "rich_text", + extra:{textSize:12} + }); + d.push({ + col_type: "line_blank" + }); + d.push({ + title: "点击选择导入的项", + desc: "包含资源:" + Object.keys(pastedata).join(','), url: $().lazyRule((pastedata) => { const hikerPop = $.require("http://hiker.nokia.press/hikerule/rulelist.json?id=6966"); let fruit = Object.keys(pastedata);