update PG

This commit is contained in:
chuqiuyu
2023-08-28 09:56:51 +08:00
parent 95e53a5f60
commit ec40038c76
11 changed files with 305 additions and 73 deletions

View File

@@ -79,6 +79,9 @@ if (tabsm === true){
if (tabse === true){
TABS.push("電驢");
}
if (tabsa.length + tabsq.length > 1){
TABS.push("選擇右側綫路");
}
let tmpIndex;
tmpIndex=1;
tabsa.forEach(function(it){
@@ -180,6 +183,9 @@ if (listm.length>0){
if (liste.length>0){
LISTS.push(liste);
}
if (lista.length + listq.length > 1){
LISTS.push(["選擇右側綫路或3秒後自動跳過$http://127.0.0.1:10079/delay/"]);
}
lista.forEach(function(it){
LISTS.push([it]);
});