diff --git a/lib/getTrainType.js b/lib/getTrainType.js index 2f19ea3..dce1c42 100644 --- a/lib/getTrainType.js +++ b/lib/getTrainType.js @@ -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: