From 5db7df5b50997ca474908de05a73358f1d99ee18 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 17 Dec 2024 14:28:19 +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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SrcJuying.js b/SrcJuying.js index ede2dc90..b8a0052b 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -680,6 +680,11 @@ function dianboyiji(testSource) { addListener("onClose", $.toString(() => { clearMyVar('点播动态加载loading'); clearMyVar('点播一级jkdata'); + clearMyVar('点播下滑num'); + })); + addListener("onRefresh", $.toString(() => { + let num = parseInt(getMyVar('点播下滑num','0')) + 1; + putMyVar('点播下滑num', num); })); let d = []; let jkdata = {}; @@ -934,7 +939,7 @@ function dianboyiji(testSource) { let yidata = {fllists:[], vodlists:[], error:{}} let lockgroups = Juconfig["lockgroups"] || []; - if(lockgroups.indexOf(sourceGroup)>-1 && getMyVar('已验证指纹')!='1'){ + if((lockgroups.indexOf(sourceGroup)>-1 || parseInt(getMyVar('点播下滑num','0'))>1) && getMyVar('已验证指纹')!='1'){ const hikerPop = $.require("http://hiker.nokia.press/hikerule/rulelist.json?id=6966"); if (hikerPop.canBiometric() !== 0) { return "toast://调用生物学验证出错";