Update SrcJuying.js

pull/1/head
jevons0411 3 years ago
parent 4cdfd395d2
commit ef37b23c63
  1. 5
      SrcJuying.js

@ -960,6 +960,9 @@ function sousuo() {
if(fileExist('hiker://files/rules/Src/Juying/jiekou.json')){ if(fileExist('hiker://files/rules/Src/Juying/jiekou.json')){
try{ try{
let name = MY_URL.match(/query=(.*?)&/)[1]; let name = MY_URL.match(/query=(.*?)&/)[1];
require(config.依赖.match(/https.*\//)[0] + 'SrcJyXunmi.js');
xunmi(name);
/*
d.push({ d.push({
title: "调用聚影接口聚合搜索>"+name, title: "调用聚影接口聚合搜索>"+name,
url: $('hiker://empty#noRecordHistory##noHistory#').rule((name) => { url: $('hiker://empty#noRecordHistory##noHistory#').rule((name) => {
@ -967,7 +970,7 @@ function sousuo() {
xunmi(name); xunmi(name);
}, name), }, name),
col_type: 'text_center_1' col_type: 'text_center_1'
}) })*/
}catch(e){} }catch(e){}
} }
setResult(d); setResult(d);

Loading…
Cancel
Save