mirror of
https://github.com/alantang1977/X.git
synced 2025-01-12 12:33:12 +02:00
Add files via upload
This commit is contained in:
parent
e7bf01141e
commit
e6d742e521
1 changed files with 4 additions and 4 deletions
|
@ -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){
|
||||||
|
|
Loading…
Reference in a new issue