一部の列車情報を表示しないように変更

This commit is contained in:
harukin-expo-dev-env
2025-09-29 06:08:08 +00:00
parent fa1562f870
commit dfaf5b05b9

View File

@@ -665,24 +665,6 @@ export const injectJavascriptData: InjectJavascriptData = (
if(new RegExp(/^46\\d\\dD$/).test(列番データ) || new RegExp(/^6\\d\\dD$/).test(列番データ)){
viaData = "(内子経由)";
}
if(列番データ.indexOf("H") != -1){
trainName = "試運転";
}
else if(列番データ.indexOf("R") != -1){
trainName = "回送";
}
else if(列番データ.indexOf("E") != -1){
trainName = "回送";
}
else if(列番データ.indexOf("A") != -1){
trainName = "回送";
}
else if(列番データ.indexOf("B") != -1){
trainName = "回送";
}
else if(列番データ.indexOf("S") != -1){
trainName = "臨時列車";
}
const getThrew = num =>{