From a22a7fbaf91880d0193071ce0b60eb8b9f0b2a8a Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 26 Nov 2022 17:50:52 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcJuying.js b/SrcJuying.js index dba09161..aeb34584 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -456,7 +456,7 @@ function sousuo2() { recordlist = recordlist.filter((item) => item !== input); } recordlist.unshift(input); - if(recordlist.length>11){ + if(recordlist.length>20){ recordlist.splice(recordlist.length-1,1); } storage0.setItem('searchrecord', recordlist); @@ -523,7 +523,7 @@ function sousuo2() { url: $('#noLoading#').lazyRule(() => { clearItem('searchrecord'); deleteItemByCls('searchrecord'); - return "hiker://empty"; + return "toast://已清空"; }), col_type: 'scroll_button' });