WESTLIVE臨時を追加
This commit is contained in:
@@ -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) ||
|
||||
|
Reference in New Issue
Block a user