Skip to content

Commit

Permalink
feat: update stations data
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall-Sun committed Sep 12, 2022
1 parent aa0966b commit d422f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/const/stations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default [
lines: [1, 5],
transfers: [
{ from: 1, to: 5, doorIndex: 7 },
{ from: 5, to: 1, doorIndex: 9 },
{ from: 5, to: 1, doorIndex: 8 },
],
},
{
Expand Down Expand Up @@ -199,8 +199,8 @@ export default [
abbr: 'kc',
lines: [3, 8],
transfers: [
{ from: 3, to: 8, doorIndex: 3 },
{ from: 8, to: 3, doorIndex: 27 },
{ from: 3, to: 8, doorIndex: [6, 7] },
{ from: 8, to: 3, doorIndex: [4, 5, 27] },
],
},
{
Expand Down

0 comments on commit d422f9f

Please sign in to comment.