更新 'SrcJuying.js'

master
src48597962 5 months ago
parent ace16cebdf
commit 9fa9035940
  1. 18
      SrcJuying.js

@ -1302,21 +1302,27 @@ function yiji() {
}), }),
col_type: 'scroll_button' col_type: 'scroll_button'
}); });
/*
d.push({ d.push({
title: "🔍"+(getItem('historyEnable')=='1'?"关":"开")+"观看记录", title: "🔍搜索接口",
url: $('#noLoading#').lazyRule(() => { url: $('#noLoading#').lazyRule(() => {
if(getItem('historyEnable')=='1'){ require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyPublic.js');
clearItem('historyEnable'); let datalist = getDatas("jk", 1);
let groupNames = getJiekouGroups(datalist);
groupNames.unshift("全部");
let selectkeys = getJkTags(datalist);
groupNames.concat(selectkeys);
return $(groupNames, 3).select(() => {
if(input=='全部'){
clearItem('主页搜索接口范围');
}else{ }else{
setItem('historyEnable','1'); setItem('主页搜索接口范围', input);
} }
refreshPage(false); refreshPage(false);
return "toast://已切换" return "toast://已切换"
})
}), }),
col_type: 'scroll_button' col_type: 'scroll_button'
}); });
*/
d.push({ d.push({
col_type: "blank_block" col_type: "blank_block"
}); });

Loading…
Cancel
Save