From f8b0dac3756838bcb15591616aa3c9e4f816ebc5 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 26 Nov 2022 17:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SrcJuying.js b/SrcJuying.js index 0f72b1ef..b57a9748 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -524,6 +524,12 @@ function sousuo2() { }), col_type: 'scroll_button' }); + }else{ + d.push({ + title: '↻无记录', + url: "hiker://empty", + col_type: 'scroll_button' + }); } recordlist.forEach(item=>{ d.push({ @@ -531,7 +537,7 @@ function sousuo2() { url: item + searchurl, col_type: 'scroll_button', extra: { - cls: 'searchrecord', + cls: 'searchrecord' } }); })