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