更新 'SrcJuying.js'

master
src48597962 4 months ago
parent c8b997d287
commit 0f32ebab34
  1. 9
      SrcJuying.js

@ -1375,12 +1375,11 @@ function yiji() {
} }
if(getItem('historyEnable')=='1'){ if(getItem('historyEnable')=='1'){
let i = parseInt(getMyVar('SrcJu_homeHistory','0'));
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>',
desc: "<small>" + (i*3+1) + "-" + (i*3+3) + "</small>", desc: "1-3",
url: $('#noLoading#').lazyRule((i) => { url: $('#noLoading#').lazyRule(() => {
i = i + 1; let i = parseInt(getMyVar('SrcJu_homeHistory','0')) + 1;
require(config.依赖.replace(/[^/]*$/,'') + 'SrcJyPublic.js'); require(config.依赖.replace(/[^/]*$/,'') + 'SrcJyPublic.js');
putMyVar('SrcJu_homeHistory', i); putMyVar('SrcJu_homeHistory', i);
@ -1389,7 +1388,7 @@ function yiji() {
addItemAfter("historyid", h); addItemAfter("historyid", h);
updateItem("historyid", {desc: (i*3+1) + "-" + (i*3+3)}); updateItem("historyid", {desc: (i*3+1) + "-" + (i*3+3)});
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