custom-train-dataの不足を修正

This commit is contained in:
harukin-OneMix4 2024-01-27 22:34:14 +09:00
parent 2a3e6c95b3
commit 9301780212

View File

@ -627,6 +627,15 @@ export const customTrainDataDetector = (TrainNumber) => {
trainNumDistance: null,
info: "[団体専用] 第2章 四国の伝統文化を感じて 多度津・坂出・松山",
};
/////ロイヤルエクスプレス
case "9002":
return {
type: "SPCL",
trainName: "THE ROYAL EXPRESS",
trainIcon: "http://trainfrontview.net/p/izq2100rex1.png",
trainNumDistance: null,
info: "[団体専用] 第3章 凪の誘い・瀬戸内の絶景 今治・しまなみ海道",
};
default:
return {
type: "Normal",