You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
hk/SrcParseS.js

18 lines
809 B

function JYLazy(vipUrl) {
if (/www\.aliyundrive\.com|www\.alipan\.com/.test(vipUrl)) {
require(config.依赖.match(/http(s)?:\/\/.*\//)[0].replace('/Ju/','/master/') + 'SrcJyAliDisk.js');
aliShareUrl(vipUrl)
}
}
var SrcParseS = {
聚阅: function (vipUrl) {
if(/www\.aliyundrive\.com|www\.alipan\.com/.test(vipUrl)) {
return $("hiker://empty#noRecordHistory##noHistory#").rule((input) => {
require(config.依赖.match(/http(s)?:\/\/.*\//)[0].replace('/Ju/','/master/') + 'SrcJyAliDisk.js');
aliShareUrl(input);
},vipUrl);
}else if(/pan\.quark\.cn|drive\.uc\.cn/.test(vipUrl)) {
return "hiker://page/quarkList?rule=Quark.简&realurl=" + encodeURIComponent(vipUrl) + "&sharePwd=";
}
}
}