Merge commit 'a4eda11b2de606aea6dec1d23fd359d35e2c7802' into develop

This commit is contained in:
harukin-expo-dev-env 2025-02-22 05:24:20 +00:00
commit 6ff4aba050

View File

@ -291,6 +291,18 @@ export const EachTrainInfoCore = ({
} else if (pos[1] == "児島" && pos[0] == "宇多津") { } else if (pos[1] == "児島" && pos[0] == "宇多津") {
setCurrentPosition(["Y09", "M12"]); setCurrentPosition(["Y09", "M12"]);
return; return;
}else if (pos[1] == "伊予若宮" && pos[0] == "伊予白滝") {
setCurrentPosition(["S18", "S14"]);
return;
} else if (pos[1] == "伊予白滝" && pos[0] == "伊予若宮") {
setCurrentPosition(["S14", "S18"]);
return;
}else if (pos[1] == "伊予大洲" && pos[0] == "伊予若宮") {
setCurrentPosition(["U14", "U14"]);
return;
}else if (pos[1] == "伊予若宮" && pos[0] == "伊予大洲") {
setCurrentPosition(["U14", "U14"]);
return;
} }
const currentPosID = Object.keys(originalStationList).map((key) => { const currentPosID = Object.keys(originalStationList).map((key) => {
let firstStation = false; let firstStation = false;