fix: 港澳 → 港澳台,新增台北

regions/china.js、game-design、city-roadmap 统一更新。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
manpengan
2026-03-28 23:22:36 +08:00
parent faeb453a64
commit 18cd4d8409
3 changed files with 10 additions and 9 deletions

View File

@@ -58,12 +58,12 @@ export const chinaRegions = [
cityIds: ['xian', 'lanzhou', 'xining', 'yinchuan', 'urumqi'],
},
{
id: 'hk_macao',
name: '港澳',
nameEn: 'HK & Macao',
id: 'hk_macao_tw',
name: '港澳',
nameEn: 'HK, Macao & Taiwan',
sortOrder: 8,
themeColor: '#E74C3C',
cityIds: ['hongkong', 'macao'],
cityIds: ['hongkong', 'macao', 'taipei'],
},
]