更新 'SrcJuying.js'

master
src48597962 6 months ago
parent de33fde9e4
commit 8888704a83
  1. 17
      SrcJuying.js

@ -1007,11 +1007,13 @@ function dianboyiji(testSource) {
//一级 //一级
function yiji() { function yiji() {
/*
addListener("onClose", $.toString(() => { addListener("onClose", $.toString(() => {
clearMyVar('isverifyA'); clearMyVar('SrcJu_homeHistory');
})); }));
*/ addListener('onRefresh', $.toString(() => {
clearMyVar('SrcJu_homeHistory');
}));
if(MY_RULE.title=="聚影✓"){ if(MY_RULE.title=="聚影✓"){
toast("此小程序已停用,请重新导入聚影"); toast("此小程序已停用,请重新导入聚影");
} }
@ -1339,7 +1341,14 @@ function yiji() {
if(getItem('historyEnable')=='1'){ if(getItem('historyEnable')=='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: 'hiker://empty', url: $('#noLoading#').lazyRule(() => {
let i = parseInt(getMyVar('SrcJu_homeHistory','0')) + 1;
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyPublic.js');
deleteItemByCls('historylist');
let h = getHistory(i);
addItemAfter("historyid", h);
return "hiker://empty";
}),
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