Merge commit '802b2d6ba52517294170d1abfcb7e75d97f08f2b' into feature/new-setting-system
This commit is contained in:
commit
d6283aa668
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user