|
|
@ -639,16 +639,19 @@ function yiji() { |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: "搜索", |
|
|
|
title: "搜索", |
|
|
|
url: $.toString((searchurl) => { |
|
|
|
url: $.toString((searchurl) => { |
|
|
|
if(/www\.aliyundrive\.com|www\.alipan\.com/.test(input)){ |
|
|
|
if(input.trim() == ''){ |
|
|
|
input = input.replace('http','\nhttp'); |
|
|
|
return "hiker://empty" |
|
|
|
return $("hiker://empty#noRecordHistory##noHistory#").rule((input) => { |
|
|
|
} |
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyAliDisk.js'); |
|
|
|
if(/www\.aliyundrive\.com|www\.alipan\.com/.test(input)){ |
|
|
|
aliShareUrl(input); |
|
|
|
input = input.replace('http','\nhttp'); |
|
|
|
},input); |
|
|
|
return $("hiker://empty#noRecordHistory##noHistory#").rule((input) => { |
|
|
|
}else{ |
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyAliDisk.js'); |
|
|
|
return input + searchurl; |
|
|
|
aliShareUrl(input); |
|
|
|
} |
|
|
|
},input); |
|
|
|
},searchurl), |
|
|
|
}else{ |
|
|
|
|
|
|
|
return input + searchurl; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
},searchurl), |
|
|
|
desc: "搜你想看的...", |
|
|
|
desc: "搜你想看的...", |
|
|
|
col_type: "input", |
|
|
|
col_type: "input", |
|
|
|
extra: { |
|
|
|
extra: { |
|
|
|