Skip to content

Commit c3c1165

Browse files
committed
#hotfix update line_num and info_panel_type of shmetro template
1 parent 507cd49 commit c3c1165

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

src/constants/templates/shmetro/sh1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const params = {
66
theme: ['shanghai', 'sh1', '#e4002b', '#fff'],
77
direction: 'l',
88
current_stn_idx: 'kaxg',
9-
platform_num: '2',
9+
platform_num: false,
1010
stn_list: {
1111
linestart: {
1212
parents: [],

src/constants/templates/shmetro/sh10.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,8 +1343,8 @@ const params = {
13431343
"Line10"
13441344
],
13451345
psd_num: "1",
1346-
line_num: "TW",
1347-
info_panel_type: "gz28",
1346+
line_num: "10",
1347+
info_panel_type: "sh",
13481348
direction_gz_x: 50,
13491349
direction_gz_y: 70,
13501350
customiseMTRDest: {

src/constants/templates/shmetro/sh11.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ const params = {
806806
},
807807
line_name: ['11号线', 'Line11'],
808808
psd_num: '1',
809-
line_num: 'TW',
809+
line_num: '11',
810810
info_panel_type: 'sh',
811811
direction_gz_x: 50,
812812
direction_gz_y: 70,

src/constants/templates/shmetro/sh12.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ const params = {
12071207
"Line 12"
12081208
],
12091209
psd_num: "",
1210-
line_num: "2",
1210+
line_num: "12",
12111211
info_panel_type: "sh",
12121212
direction_gz_x: 2.21,
12131213
direction_gz_y: 12.724668484036409,

src/constants/templates/shmetro/sh13.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,8 +1161,8 @@ const params = {
11611161
"Line 13"
11621162
],
11631163
psd_num: "",
1164-
line_num: "2",
1165-
info_panel_type: "gz28",
1164+
line_num: "13",
1165+
info_panel_type: "sh",
11661166
direction_gz_x: 2.21,
11671167
direction_gz_y: 12.724668484036409,
11681168
customiseMTRDest: {

src/constants/templates/shmetro/sh16.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ const params = {
303303
},
304304
line_name: ['16号线', 'Line 16'],
305305
psd_num: '1',
306-
line_num: 'TW',
306+
line_num: '16',
307307
info_panel_type: 'sh',
308308
direction_gz_x: 50,
309309
direction_gz_y: 70,

src/constants/templates/shmetro/sh5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ const params = {
410410
},
411411
line_name: ['5号线', 'Line 5'],
412412
psd_num: '1',
413-
line_num: 'TW',
413+
line_num: '5',
414414
info_panel_type: 'sh',
415415
direction_gz_x: 50,
416416
direction_gz_y: 70,

src/constants/templates/shmetro/sh6.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ const params = {
592592
},
593593
line_name: ['6号线', 'Line6'],
594594
psd_num: '1',
595-
line_num: 'TW',
595+
line_num: '6',
596596
info_panel_type: 'sh',
597597
direction_gz_x: 50,
598598
direction_gz_y: 70,

src/constants/templates/shmetro/sh7.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ const params = {
693693
},
694694
line_name: ['7号线', 'Line7'],
695695
psd_num: '1',
696-
line_num: 'TW',
696+
line_num: '7',
697697
info_panel_type: 'sh',
698698
direction_gz_x: 50,
699699
direction_gz_y: 70,

src/constants/templates/shmetro/sh8.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ const params = {
610610
},
611611
line_name: ['8号线', 'Line8'],
612612
psd_num: '1',
613-
line_num: 'TW',
613+
line_num: '8',
614614
info_panel_type: 'sh',
615615
direction_gz_x: 50,
616616
direction_gz_y: 70,

0 commit comments

Comments
 (0)