臨時列車表示を追加(仮)
This commit is contained in:
parent
ebdec28693
commit
19e9fd8fd8
@ -6,6 +6,8 @@ export const getTrainType = (nameString) => {
|
||||
return { color: "red", name: "特急", data: "express" };
|
||||
case "NightLTDEXP":
|
||||
return { color: "red", name: "寝台特急", data: "express" };
|
||||
case "SPCL":
|
||||
return { color: "blue", name: "臨時", data: "normal" };
|
||||
case "Normal":
|
||||
return { color: "white", name: "普通列車", data: "normal" };
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user