更新 'SrcJuying.js'

master
src48597962 8 months ago
parent 3c16ddabd9
commit 45c288e82d
  1. 6
      SrcJuying.js

@ -787,9 +787,13 @@ function dianboyiji() {
d.push({
title: "搜索",
url: $.toString((searchurl) => {
if(input.trim() == ''){
input = input.trim();
if(input == ''){
return "hiker://empty"
}
if(input == '开启hipy_t3'){
setItem('hipy_t3_enable', '1');
}
return input + searchurl;
},searchurl),
desc: "搜你想看的...",

Loading…
Cancel
Save