一部の列車情報を表示しないように変更
This commit is contained in:
@@ -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 =>{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user