更新 'SrcJuying.js'

master
src48597962 4 months ago
parent 9e5569dfce
commit 657a1548f4
  1. 5
      SrcJuying.js

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

Loading…
Cancel
Save