更新 'SrcJuying.js'

pull/1/head
src48597962 2 years ago
parent 7064993d02
commit 070a8d4593
  1. 12
      SrcJuying.js

@ -460,10 +460,14 @@ function sousuo2() {
recordlist.splice(recordlist.length-1,1); recordlist.splice(recordlist.length-1,1);
} }
storage0.setItem('searchrecord', recordlist); storage0.setItem('searchrecord', recordlist);
return $('hiker://empty#noRecordHistory##noHistory#').rule((name) => { if(getItem('searchmode')=="hiker"){
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyXunmi.js'); return "hiker://search?rule=" + MY_RULE.title + "&s=" + input;
xunmi(name); }else{
}, input); return $('hiker://empty#noRecordHistory##noHistory#').rule((name) => {
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyXunmi.js');
xunmi(name);
}, input);
}
}); });
var d = []; var d = [];
d.push({ d.push({

Loading…
Cancel
Save