From 19e9fd8fd8eaf906220eb5a7e280b82452528fa4 Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Sat, 27 Jan 2024 00:52:52 +0900 Subject: [PATCH] =?UTF-8?q?=E8=87=A8=E6=99=82=E5=88=97=E8=BB=8A=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=82=92=E8=BF=BD=E5=8A=A0(=E4=BB=AE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/getTrainType.js | 2 ++ 1 file changed, 2 insertions(+) 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: