From 88058f1ef0de1da8ef68d7d5a89c4fc0b047af5c Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 1 Aug 2023 20:44:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuSet.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuSet.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/SrcJuSet.js b/SrcJuSet.js index 6b67c9ef..819530a1 100644 --- a/SrcJuSet.js +++ b/SrcJuSet.js @@ -349,6 +349,9 @@ function jiekouapi(sourcefile, data) { refreshPage(false); return 'toast://接口类型已设置为:' + input; }), + extra: { + lineVisible: false + } }); d.push({ title: '接口图标', @@ -425,6 +428,16 @@ function jiekouapi(sourcefile, data) { }) } }); + if(data&&data.updatetime){ + d.push({ + title: '更新时间:'+ data.updatetime, + col_type: 'text_1', + url: 'hiker://empty', + extra: { + lineVisible: false + } + }); + } d.push({ title: '测试搜索', col_type: 'text_2',