From c453b8e76d6c9bf32b981035a56aaf818ee2214a Mon Sep 17 00:00:00 2001
From: src48597962 <48597962@qq.com>
Date: Mon, 15 Jul 2024 08:26:58 +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, 4 insertions(+), 4 deletions(-)
diff --git a/SrcJuying.js b/SrcJuying.js
index 3901574c..2f2c0834 100644
--- a/SrcJuying.js
+++ b/SrcJuying.js
@@ -1222,7 +1222,7 @@ function yiji() {
d.push({
title: '\t观看记录\t\t\t',
url: 'hiker://empty',
- pic_url: 'https://hikerfans.com/tubiao/red/40.png',
+ pic_url: getIcon("主页-记录.svg", 1),//'https://hikerfans.com/tubiao/red/40.png',
col_type: 'avatar',
extra: {
id: "historyid"
@@ -1272,16 +1272,16 @@ function yiji() {
refreshPage(false);
return "hiker://empty";
},fenlei),
- pic_url: 'https://hikerfans.com/tubiao/red/73.png',//'https://ss1.baidu.com/6ONXsjip0QIZ8tyhnq/it/u=3779990328,1416553241&fm=179&app=35&f=PNG?w=60&h=70&s=E7951B62A4639D153293A4E90300401B',
+ pic_url: getIcon("主页-热搜.svg", 1),//'https://hikerfans.com/tubiao/red/73.png',//'https://ss1.baidu.com/6ONXsjip0QIZ8tyhnq/it/u=3779990328,1416553241&fm=179&app=35&f=PNG?w=60&h=70&s=E7951B62A4639D153293A4E90300401B',
col_type: 'avatar',
extra: {
id: "rousoubang"
}
});
-
+ let rbcolor = getItem('主题颜色','#00ba99');
list.forEach((item,i)=>{
d.push({
- title: (i=="0"?'““””' + (parseInt(i)+1).toString() + '\t\t' + item.title:i=="1"?'““””' + (parseInt(i)+1).toString() + '\t\t' + item.title:i=="2"?'““””' + (parseInt(i)+1).toString() + '\t\t' + item.title:'““””' + (parseInt(i)+1).toString() + '\t\t' + item.title)+'\n'+item.comment+'',
+ title: (i=="0"?'““””' + (parseInt(i)+1).toString() + '\t\t' + item.title:i=="1"?'““””' + (parseInt(i)+1).toString() + '\t\t' + item.title:i=="2"?'““””' + (parseInt(i)+1).toString() + '\t\t' + item.title:'““””' + (parseInt(i)+1).toString() + '\t\t' + item.title)+'\n'+item.comment+'',
url: item.title + searchurl,
pic_url: item.cover,
desc: item.description,