臨時列車表示を追加(仮)

This commit is contained in:
harukin-OneMix4 2024-01-27 00:52:52 +09:00
parent ebdec28693
commit 19e9fd8fd8

View File

@ -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: