From 481ca0158d93b90af0306ed3d54786d61d6281e2 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Mon, 18 Mar 2024 04:17:16 +0000 Subject: [PATCH] =?UTF-8?q?=E7=80=AC=E6=88=B8=E5=A4=A7=E6=A9=8B=E5=AF=BE?= =?UTF-8?q?=E5=BF=9C=E5=BF=98=E3=82=8C=E3=81=A6=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ActionSheetComponents/EachTrainInfo/TrainDataView.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/ActionSheetComponents/EachTrainInfo/TrainDataView.js b/components/ActionSheetComponents/EachTrainInfo/TrainDataView.js index 978bd78..1f22c43 100644 --- a/components/ActionSheetComponents/EachTrainInfo/TrainDataView.js +++ b/components/ActionSheetComponents/EachTrainInfo/TrainDataView.js @@ -42,6 +42,9 @@ export const TrainDataView = ({ if (x.StationNumber == currentPosition[0]) test.push({ line: d, station: x }); }); + if(currentPosition[0]== "M12"){ + test.push({ line: "seto", station: {Station_JP: "児島", MyStation: "0"}}); + } }); if (!test.length) return; webview.current?.injectJavaScript(