起動画面設定機能を追加:6.0以降の変更点のメモを追加

This commit is contained in:
harukin-expo-dev-env
2025-01-05 17:40:16 +00:00
parent 08d105588f
commit da0e8428d9
7 changed files with 30 additions and 19 deletions

View File

@@ -340,6 +340,7 @@ export const EachTrainInfoCore = ({
.then((d) => {
if (d) setTrainPositionSwitch(d);
})
//6.0で変更
.catch(() => AS.setItem("trainPositionSwitch", "false"));
}, []);