From b512efd3ec1f7d38a2d1a10cb159ad7f34f95818 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Tue, 8 Jul 2025 16:43:31 +0000 Subject: [PATCH] ver.6.1 release --- components/Menu/Carousel/CarouselBox.tsx | 3 ++- components/Settings/SettingTopPage.js | 2 +- config/newsUpdate.ts | 2 +- menu.js | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/Menu/Carousel/CarouselBox.tsx b/components/Menu/Carousel/CarouselBox.tsx index 680addf..0b048fc 100644 --- a/components/Menu/Carousel/CarouselBox.tsx +++ b/components/Menu/Carousel/CarouselBox.tsx @@ -21,6 +21,7 @@ export const CarouselBox = ({ listIndex, navigate, stationListMode, + isSearchMode }) => { const carouselRef = useRef(null); const { height, width } = useWindowDimensions(); @@ -103,7 +104,7 @@ export const CarouselBox = ({ }} > - {stationListMode == "position" + {!!isSearchMode ? "路線検索モードです。上に並んでいる路線を選んでみましょう!" :stationListMode == "position" ? "現在地の近くに駅がありません。" : "お気に入りリストがありません。お気に入りの駅を追加しよう!"} diff --git a/components/Settings/SettingTopPage.js b/components/Settings/SettingTopPage.js index f13913f..52e40f7 100644 --- a/components/Settings/SettingTopPage.js +++ b/components/Settings/SettingTopPage.js @@ -17,7 +17,7 @@ import { SwitchArea } from "../atom/SwitchArea"; import { useNotification } from "../../stateBox/useNotifications"; import { SheetHeaderItem } from "@/components/atom/SheetHeaderItem"; -const versionCode = "6.0.2"; +const versionCode = "6.1.0"; // Update this version code as needed export const SettingTopPage = ({ testNFC, diff --git a/config/newsUpdate.ts b/config/newsUpdate.ts index 04902c9..c3e61f4 100644 --- a/config/newsUpdate.ts +++ b/config/newsUpdate.ts @@ -1 +1 @@ -export const news = "2025-03-06"; +export const news = "2025-07-09"; diff --git a/menu.js b/menu.js index 3f492ba..bc51c70 100644 --- a/menu.js +++ b/menu.js @@ -387,6 +387,7 @@ export default function Menu(props) { listIndex, navigate, stationListMode, + isSearchMode }} /> {listUpStation[listIndex] && (