From 2b41cbb0b0fb43cee4af9663f07e4dd4a20b4e82 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Tue, 28 May 2024 00:35:27 +0000 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=B7=9A=E5=90=8D=E3=81=AE=E8=A1=A8?= =?UTF-8?q?=E8=A8=98=E3=82=86=E3=82=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StationDeteilView.js | 4 ++-- components/駅名表/Sign.js | 4 ++-- lib/getStationList.js | 20 +++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/components/ActionSheetComponents/StationDeteilView.js b/components/ActionSheetComponents/StationDeteilView.js index 686b0c4..91cdf49 100644 --- a/components/ActionSheetComponents/StationDeteilView.js +++ b/components/ActionSheetComponents/StationDeteilView.js @@ -262,9 +262,9 @@ const NexPreStationLine = ({ currentStation, originalStationList }) => { "土讃線(多度津-高知間)[D]", "土讃線(高知-窪川間)[K]", "高徳線(高松-徳島間)[T]", - "徳島線(徳島-阿波池田)[B]", + "徳島線(徳島-阿波池田間)[B]", "鳴門線(池谷-鳴門間)[N]", - "瀬戸大橋線(宇多津-児島間)[M]", + "瀬戸大橋線(児島-宇多津間)[M]", ]; let returnData; lineList.forEach((d) => { diff --git a/components/駅名表/Sign.js b/components/駅名表/Sign.js index 391bfdd..84ee25e 100644 --- a/components/駅名表/Sign.js +++ b/components/駅名表/Sign.js @@ -75,9 +75,9 @@ export default function Sign(props) { "土讃線(多度津-高知間)[D]", "土讃線(高知-窪川間)[K]", "高徳線(高松-徳島間)[T]", - "徳島線(徳島-阿波池田)[B]", + "徳島線(徳島-阿波池田間)[B]", "鳴門線(池谷-鳴門間)[N]", - "瀬戸大橋線(宇多津-児島間)[M]", + "瀬戸大橋線(児島-宇多津間)[M]", ]; let returnData; lineList.forEach((d) => { diff --git a/lib/getStationList.js b/lib/getStationList.js index 06bb601..dcad90e 100644 --- a/lib/getStationList.js +++ b/lib/getStationList.js @@ -25,9 +25,9 @@ export const lineList = [ "土讃線(多度津-高知間)[D]", "土讃線(高知-窪川間)[K]", "高徳線(高松-徳島間)[T]", - "徳島線(徳島-阿波池田)[B]", + "徳島線(徳島-阿波池田間)[B]", "鳴門線(池谷-鳴門間)[N]", - "瀬戸大橋線(宇多津-児島間)[M]", + "瀬戸大橋線(児島-宇多津間)[M]", ]; export const lineListPair = { Y: "予讃線(高松-松山間)[Y]", @@ -36,9 +36,9 @@ export const lineListPair = { D: "土讃線(多度津-高知間)[D]", K: "土讃線(高知-窪川間)[K]", T: "高徳線(高松-徳島間)[T]", - B: "徳島線(徳島-阿波池田)[B]", + B: "徳島線(徳島-阿波池田間)[B]", N: "鳴門線(池谷-鳴門間)[N]", - M: "瀬戸大橋線(宇多津-児島間)[M]", + M: "瀬戸大橋線(児島-宇多津間)[M]", }; export const getStationList = async (props) => { @@ -65,9 +65,9 @@ export const getStationList = async (props) => { stationList["土讃線(多度津-高知間)[D]"], stationList["土讃線(高知-窪川間)[K]"], stationList["高徳線(高松-徳島間)[T]"], - stationList["徳島線(徳島-阿波池田)[B]"], + stationList["徳島線(徳島-阿波池田間)[B]"], stationList["鳴門線(池谷-鳴門間)[N]"], - stationList["瀬戸大橋線(宇多津-児島間)[M]"], + stationList["瀬戸大橋線(児島-宇多津間)[M]"], stationList.駅間リスト, stationList.日英対応表, ] = values; @@ -160,16 +160,16 @@ export const getStationList = async (props) => { stationList.日英対応表 ); const tokushimaCurrent = addStationPosition( - concatBetweenStations(stationList["徳島線(徳島-阿波池田)[B]"]), + concatBetweenStations(stationList["徳島線(徳島-阿波池田間)[B]"]), 徳島線, stationList.日英対応表 ); - stationList["徳島線(徳島-阿波池田)[B]"] = [ + stationList["徳島線(徳島-阿波池田間)[B]"] = [ tokushimaCurrent[tokushimaCurrent.length - 1], ...tokushimaCurrent, ]; - stationList["徳島線(徳島-阿波池田)[B]"].pop(); - stationList["瀬戸大橋線(宇多津-児島間)[M]"] = [ + stationList["徳島線(徳島-阿波池田間)[B]"].pop(); + stationList["瀬戸大橋線(児島-宇多津間)[M]"] = [ { Station_JP: "坂出", Station_EN: "Sakaide",