Merge commit '9301780212d32037a27e12c81bcf3012ad555a49' into special/royal-master

This commit is contained in:
harukin-OneMix4
2024-01-27 22:43:46 +09:00
4 changed files with 18 additions and 6 deletions

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