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:
@@ -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'],
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user