全駅地図表示に対応

This commit is contained in:
harukin-expo-dev-env
2025-07-05 08:48:16 +00:00
parent 65123424a3
commit 218f9d5093
4 changed files with 20 additions and 16 deletions

View File

@@ -104,7 +104,7 @@ export const StationListProvider: FC<Props> = ({ children }) => {
});
}
});
return `MoveDisplayStation('${bootStationList[0].line}_${bootStationList[0].station.MyStation}_${bootStationList[0].station.Station_JP}')`;
return `MoveDisplayStation('${bootStationList[0].line}_${bootStationList[0].station.MyStation}_${bootStationList[0].station.Station_JP}');document.getElementById("disp").insertAdjacentHTML("afterbegin", "<div />");`;
};
return (