From b41d947e7dc5204ed1216114e6cf5d412f23467c Mon Sep 17 00:00:00 2001
From: src48597962 <48597962@qq.com>
Date: Sat, 8 Jun 2024 11:14:11 +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 09ad1b87..7476b535 100644
--- a/SrcJuying.js
+++ b/SrcJuying.js
@@ -860,6 +860,12 @@ function yiji() {
}
if(getItem('historyEnable')=='1'){
+ d.push({
+ title: '\t观看记录\t\t\t',
+ url: 'hiker://empty',
+ pic_url: 'https://hikerfans.com/tubiao/red/40.png',
+ col_type: 'avatar'
+ });
let items = JSON.parse(fetch('hiker://history')).filter(v=>JSON.parse(v.params).title==MY_RULE.title).slice(0, 3);
items.forEach(item=>{
d.push({
@@ -905,7 +911,7 @@ function yiji() {
}
}
d.push({
- title: '\t热搜榜\t\t\t',
+ title: '\t热搜榜单\t\t\t',
desc: '✅'+fenlei[ids],
url: $(fenlei, 2, '选择热榜分类').select((fenlei) => {
putMyVar("热榜分类",fenlei.indexOf(input));