更新 'SrcJuying.js'

pull/1/head
src48597962 2 years ago
parent 741c03bf86
commit 5c92321cf2
  1. 18
      SrcJuying.js

@ -218,7 +218,7 @@ function jiekouyiji() {
var seachurl = $('').lazyRule((data) => { var seachurl = $('').lazyRule((data) => {
if(data){ if(data){
return $('hiker://empty#noRecordHistory##noHistory#').rule((name,data) => { return $('hiker://empty#noRecordHistory##noHistory#').rule((name,data) => {
require(config.依赖.match(/https.*\//)[0] + 'SrcJyXunmi.js'); require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyXunmi.js');
xunmi(name,data); xunmi(name,data);
}, input,data); }, input,data);
}else{ }else{
@ -315,7 +315,7 @@ function jiekouyiji() {
desc: voddesc, desc: voddesc,
pic_url: vodpic, pic_url: vodpic,
url: list.play?list.play:$("hiker://empty##" + vodurl + "#immersiveTheme#").rule((type,ua) => { url: list.play?list.play:$("hiker://empty##" + vodurl + "#immersiveTheme#").rule((type,ua) => {
require(config.依赖.match(/https.*\//)[0] + 'SrcJyXunmi.js'); require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyXunmi.js');
xunmierji(type,ua) xunmierji(type,ua)
},api_type, api_ua), },api_type, api_ua),
col_type: 'movie_3', col_type: 'movie_3',
@ -378,7 +378,7 @@ function erji() {
}); });
//二级统一菜单 //二级统一菜单
require(config.依赖.match(/https.*\//)[0] + 'SrcJyMenu.js'); require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyMenu.js');
for(var i in erjimenu){ for(var i in erjimenu){
d.push( d.push(
erjimenu[i] erjimenu[i]
@ -496,7 +496,7 @@ function erji() {
return "toast://本集无播放地址,可从更多片源中寻找"; return "toast://本集无播放地址,可从更多片源中寻找";
} }
//log(input) //log(input)
require(config.依赖.match(/https.*\//)[0] + 'SrcParseS.js'); require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcParseS.js');
return SrcParseS.聚影(input); return SrcParseS.聚影(input);
}catch(e){ }catch(e){
return input; return input;
@ -667,7 +667,7 @@ function yiji() {
d.push({ d.push({
title: "管理", title: "管理",
url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => {
require(config.依赖.match(/https.*\//)[0] + 'SrcJySet.js'); require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js');
SRCSet(); SRCSet();
}), }),
pic_url: 'https://lanmeiguojiang.com/tubiao/more/129.png', pic_url: 'https://lanmeiguojiang.com/tubiao/more/129.png',
@ -769,7 +769,7 @@ function yiji() {
} }
var seachurl = $('').lazyRule(() => { var seachurl = $('').lazyRule(() => {
return $('hiker://empty#noRecordHistory##noHistory#').rule((name) => { return $('hiker://empty#noRecordHistory##noHistory#').rule((name) => {
require(config.依赖.match(/https.*\//)[0] + 'SrcJyXunmi.js'); require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyXunmi.js');
xunmi(name); xunmi(name);
}, input); }, input);
}); });
@ -828,7 +828,7 @@ function sousuo2() {
})); }));
var seachurl = $('').lazyRule(() => { var seachurl = $('').lazyRule(() => {
return $('hiker://empty#noRecordHistory##noHistory#').rule((name) => { return $('hiker://empty#noRecordHistory##noHistory#').rule((name) => {
require(config.依赖.match(/https.*\//)[0] + 'SrcJyXunmi.js'); require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyXunmi.js');
xunmi(name); xunmi(name);
}, input); }, input);
}); });
@ -952,7 +952,7 @@ function sousuo() {
}else{ }else{
try{ try{
let name = MY_URL.match(/query=(.*?)&/)[1]; let name = MY_URL.match(/query=(.*?)&/)[1];
require(config.依赖.match(/https.*\//)[0] + 'SrcJyXunmi.js'); require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyXunmi.js');
xunmi(name,false,true); xunmi(name,false,true);
}catch(e){} }catch(e){}
} }
@ -966,7 +966,7 @@ function Version() {
var oldtime = parseInt(getItem('VersionChecktime','0').replace('time','')); var oldtime = parseInt(getItem('VersionChecktime','0').replace('time',''));
if (getMyVar('SrcJuying-VersionCheck', '0') == '0' && nowtime > (oldtime+6*60*60*1000)) { if (getMyVar('SrcJuying-VersionCheck', '0') == '0' && nowtime > (oldtime+6*60*60*1000)) {
try { try {
eval(fetch(config.依赖.match(/https.*\//)[0] + 'SrcTmplVersion.js')) eval(fetch(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcTmplVersion.js'))
if (parseFloat(newVersion.SrcJuying) > parseFloat(nowVersion)) { if (parseFloat(newVersion.SrcJuying) > parseFloat(nowVersion)) {
confirm({ confirm({
title:'发现新版本,是否更新?', title:'发现新版本,是否更新?',

Loading…
Cancel
Save