From 37a422c4616ba235b6ba57d42aad778d91b3b7b9 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 9 Jun 2024 20:32:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyPublic.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyPublic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 188803b2..07e0ca1b 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -333,7 +333,7 @@ function colorTitle(title, Color) { return '' + title + ''; } //取前三历史记录 -function historyList(){ +function getHistory(){ let h = []; let items = JSON.parse(fetch('hiker://history')).filter(v=> v.type!="网页浏览" && JSON.parse(v.params).title==MY_RULE.title).slice(0, 3); items.forEach(item=>{