From bf39c9af87200afb3d4e22f125818ab08a2f5137 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 4 Oct 2024 23:30:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" });