更新 'SrcJuying.js'

master
src48597962 8 months ago
parent 0815274661
commit c453b8e76d
  1. 8
      SrcJuying.js

@ -1222,7 +1222,7 @@ function yiji() {
d.push({ d.push({
title: '<span style="color:#ff6600"><b>\t观看记录\t\t\t</b></span>', title: '<span style="color:#ff6600"><b>\t观看记录\t\t\t</b></span>',
url: 'hiker://empty', 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', col_type: 'avatar',
extra: { extra: {
id: "historyid" id: "historyid"
@ -1272,16 +1272,16 @@ function yiji() {
refreshPage(false); refreshPage(false);
return "hiker://empty"; return "hiker://empty";
},fenlei), },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', col_type: 'avatar',
extra: { extra: {
id: "rousoubang" id: "rousoubang"
} }
}); });
let rbcolor = getItem('主题颜色','#00ba99');
list.forEach((item,i)=>{ list.forEach((item,i)=>{
d.push({ d.push({
title: (i=="0"?'““””<span style="color:#ff3300">' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title:i=="1"?'““””<span style="color:#ff6600">' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title:i=="2"?'““””<span style="color:#ff9900">' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title:'““””<span>' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title)+'\n<small><span style="color:#00ba99">'+item.comment+'</small>', title: (i=="0"?'““””<span style="color:#ff3300">' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title:i=="1"?'““””<span style="color:#ff6600">' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title:i=="2"?'““””<span style="color:#ff9900">' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title:'““””<span>' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title)+'\n<small><span style="color:'+rbcolor+'">'+item.comment+'</small>',
url: item.title + searchurl, url: item.title + searchurl,
pic_url: item.cover, pic_url: item.cover,
desc: item.description, desc: item.description,

Loading…
Cancel
Save