貨物の情報修正

This commit is contained in:
mukai haruki 2021-07-25 05:32:08 +09:00
parent 4833b57c52
commit 95682a6116

18
Apps.js
View File

@ -111,10 +111,10 @@ const INJECTED_JAVASCRIPT = `
switch(test3[1]){ switch(test3[1]){
case "75": case "75":
case "71": case "71":
TrainType = "東京(タ)→高松(タ)→新居浜" TrainType = "東京(タ)→高松(タ)"
break; break;
case "73": case "73":
TrainType = "東京(タ)→高松(タ)→松山貨物" TrainType = "東京(タ)→高松(タ)"
break; break;
case "3079": case "3079":
TrainType = "高松(タ)→伊予三島" TrainType = "高松(タ)→伊予三島"
@ -130,23 +130,25 @@ const INJECTED_JAVASCRIPT = `
TrainType = "高松(タ)→東京(タ)" TrainType = "高松(タ)→東京(タ)"
break; break;
case "74": case "74":
TrainType = "高松(タ)→吹田(タ)" TrainType = "高松(タ)→大阪(タ)"
break; break;
case "76": case "76":
TrainType = "高松(タ)→大阪(タ)" TrainType = "高松(タ)→大阪(タ)"
break; break;
case "3078": case "3078":
TrainType = "伊予三島→大阪(タ)" TrainType = "伊予三島→高松(タ)"
break; break;
case "3070": case "3070":
case "9070": TrainType = "新居浜→高松(タ)"
TrainType = "新居浜→東京(タ)"
break; break;
case "3076": case "3076":
TrainType = "新居浜→大阪(タ)" TrainType = "新居浜→高松(タ)"
break; break;
case "3072": case "3072":
TrainType = "松山貨物→大阪(タ)" TrainType = "松山貨物→高松(タ)"
break;
case "9070":
TrainType = "臨時貨物"
break; break;
} }
if(TrainType){ if(TrainType){