WESTLIVE臨時を追加

This commit is contained in:
harukin-expo-dev-env
2025-03-19 15:37:07 +00:00
parent 795e535e23
commit 740815704e
4 changed files with 36 additions and 2 deletions

View File

@@ -612,7 +612,24 @@ export const customTrainDataDetector = (TrainNumber: string) => {
trainNumDistance: null,
info: "",
};
case "9174M":
return {
type: "SPCL",
trainName: "[快速]マリンライナー94号",
trainIcon: "https://storage.haruk.in/s5001.png",
infoUrl: "http://jr-shikoku.co.jp/01_trainbus/vehicle-info/marine.html",
trainNumDistance: null,
info: "WEST LIVE TOUR 2025臨 3/21,22のみ運転",
};
case "9395D":
return {
type: "SPCL",
trainName: "普通列車",
trainIcon: "",
infoUrl: "",
trainNumDistance: null,
info: "WEST LIVE TOUR 2025臨 3/21,22のみ運転",
};
default:
if (
new RegExp(/^4[1-9]\d\d[DM]$/).test(TrainNumber) ||