Merge commit '2b1ff91e0f457afbdc873f8eede1105d21084937' into special/royal-develop

This commit is contained in:
harukin-OneMix4 2024-01-27 22:34:37 +09:00
commit ff044926af

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",