diff --git a/SrcJuying.js b/SrcJuying.js index 52b24825..efb8e193 100644 --- a/SrcJuying.js +++ b/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" });