Add files via upload

This commit is contained in:
alantang 2023-09-01 20:32:38 +08:00 committed by GitHub
parent e7bf01141e
commit e6d742e521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ if (tabsm === true){
if (tabse === true){ if (tabse === true){
TABS.push("電驢"); TABS.push("電驢");
} }
if (tabsa.length + tabsq.length > 1){ if (false && tabsa.length + tabsq.length > 1){
TABS.push("選擇右側綫路"); TABS.push("選擇右側綫路");
} }
let tmpIndex; let tmpIndex;
@ -92,7 +92,7 @@ d.forEach(function(it){
log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl); log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl);
let loopresult = title + '$' + burl; let loopresult = title + '$' + burl;
if (burl.startsWith("https://www.aliyundrive.com/s/")){ if (burl.startsWith("https://www.aliyundrive.com/s/")){
if (false){ if (true){
if (TABS.length==1){ if (TABS.length==1){
burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl); burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl);
}else{ }else{
@ -104,7 +104,7 @@ d.forEach(function(it){
loopresult = title + '$' + burl; loopresult = title + '$' + burl;
lista.push(loopresult); lista.push(loopresult);
}else if (burl.startsWith("https://pan.quark.cn/s/")){ }else if (burl.startsWith("https://pan.quark.cn/s/")){
if (false){ if (true){
if (TABS.length==1){ if (TABS.length==1){
burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl); burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl);
}else{ }else{
@ -127,7 +127,7 @@ if (listm.length>0){
if (liste.length>0){ if (liste.length>0){
LISTS.push(liste); LISTS.push(liste);
} }
if (lista.length + listq.length > 1){ if (false && lista.length + listq.length > 1){
LISTS.push(["選擇右側綫路或3秒後自動跳過$http://127.0.0.1:10079/delay/"]); LISTS.push(["選擇右側綫路或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
} }
lista.forEach(function(it){ lista.forEach(function(it){