更新 'SrcJuying.js'

master
src48597962 4 months ago
parent 05b62b20f8
commit 9e5569dfce
  1. 7
      SrcJuying.js

@ -1375,10 +1375,11 @@ function yiji() {
} }
if(getItem('historyEnable')=='1'){ if(getItem('historyEnable')=='1'){
let i = parseInt(getMyVar('SrcJu_homeHistory','0')) + 1;
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: $('#noLoading#').lazyRule(() => { desc: "““””<small>" + (i*3) + "-" + (i*3+3) + "</small>",
let i = parseInt(getMyVar('SrcJu_homeHistory','0')) + 1; url: $('#noLoading#').lazyRule((i) => {
require(config.依赖.replace(/[^/]*$/,'') + 'SrcJyPublic.js'); require(config.依赖.replace(/[^/]*$/,'') + 'SrcJyPublic.js');
putMyVar('SrcJu_homeHistory', i); putMyVar('SrcJu_homeHistory', i);
@ -1386,7 +1387,7 @@ function yiji() {
let h = getHistory(i); let h = getHistory(i);
addItemAfter("historyid", h); addItemAfter("historyid", h);
return "hiker://empty"; return "hiker://empty";
}), },i),
pic_url: getIcon("主页-记录.svg", 1),//'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: {

Loading…
Cancel
Save