更新 'SrcJuying.js'

master
src48597962 2 months ago
parent 0430cec1aa
commit 5db7df5b50
  1. 7
      SrcJuying.js

@ -680,6 +680,11 @@ function dianboyiji(testSource) {
addListener("onClose", $.toString(() => { addListener("onClose", $.toString(() => {
clearMyVar('点播动态加载loading'); clearMyVar('点播动态加载loading');
clearMyVar('点播一级jkdata'); clearMyVar('点播一级jkdata');
clearMyVar('点播下滑num');
}));
addListener("onRefresh", $.toString(() => {
let num = parseInt(getMyVar('点播下滑num','0')) + 1;
putMyVar('点播下滑num', num);
})); }));
let d = []; let d = [];
let jkdata = {}; let jkdata = {};
@ -934,7 +939,7 @@ function dianboyiji(testSource) {
let yidata = {fllists:[], vodlists:[], error:{}} let yidata = {fllists:[], vodlists:[], error:{}}
let lockgroups = Juconfig["lockgroups"] || []; 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"); const hikerPop = $.require("http://hiker.nokia.press/hikerule/rulelist.json?id=6966");
if (hikerPop.canBiometric() !== 0) { if (hikerPop.canBiometric() !== 0) {
return "toast://调用生物学验证出错"; return "toast://调用生物学验证出错";

Loading…
Cancel
Save