更新 'SrcJuying.js'

master
src48597962 5 months ago
parent 72d74b7173
commit bf39c9af87
  1. 15
      SrcJuying.js

@ -1297,6 +1297,21 @@ function yiji() {
}),
col_type: 'scroll_button'
});
/*
d.push({
title: "🔍"+(getItem('historyEnable')=='1'?"关":"开")+"观看记录",
url: $('#noLoading#').lazyRule(() => {
if(getItem('historyEnable')=='1'){
clearItem('historyEnable');
}else{
setItem('historyEnable','1');
}
refreshPage(false);
return "toast://已切换"
}),
col_type: 'scroll_button'
});
*/
d.push({
col_type: "blank_block"
});

Loading…
Cancel
Save