Skip to content

Commit 65f6226

Browse files
committed
#59 Add shmetro 15 and 17 templates
1 parent c3c1165 commit 65f6226

File tree

3 files changed

+1618
-0
lines changed

3 files changed

+1618
-0
lines changed

src/constants/templates/data.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,14 @@ export const templateList: Record<CompanyCode, { filename: string; name: Transla
338338
'zh-Hant': '13號線 來自 Andy1782010',
339339
},
340340
},
341+
{
342+
filename: 'sh15',
343+
name: {
344+
en: 'Line 15 by Thomastzc',
345+
'zh-Hans': '15号线 来自 Thomastzc',
346+
'zh-Hant': '15號線 來自 Thomastzc',
347+
},
348+
},
341349
{
342350
filename: 'sh16',
343351
name: {
@@ -346,5 +354,13 @@ export const templateList: Record<CompanyCode, { filename: string; name: Transla
346354
'zh-Hant': '16號線',
347355
},
348356
},
357+
{
358+
filename: 'sh17',
359+
name: {
360+
en: 'Line 17 by Thomastzc',
361+
'zh-Hans': '17号线 来自 Thomastzc',
362+
'zh-Hant': '17號線 來自 Thomastzc',
363+
},
364+
},
349365
],
350366
};

0 commit comments

Comments
 (0)