瀬戸大橋対応忘れてた

This commit is contained in:
harukin-expo-dev-env 2024-03-18 04:17:16 +00:00
parent 5864e82112
commit 481ca0158d

View File

@ -42,6 +42,9 @@ export const TrainDataView = ({
if (x.StationNumber == currentPosition[0]) if (x.StationNumber == currentPosition[0])
test.push({ line: d, station: x }); test.push({ line: d, station: x });
}); });
if(currentPosition[0]== "M12"){
test.push({ line: "seto", station: {Station_JP: "児島", MyStation: "0"}});
}
}); });
if (!test.length) return; if (!test.length) return;
webview.current?.injectJavaScript( webview.current?.injectJavaScript(