design: 主页 3x3 填满 — 7大洲 + 主题大混战 + 敬请期待
- 第8格:主题大混战 — 从全部已解锁城市随机抽取素材混搭一局 - 第9格:敬请期待 — 占位,后续替换为新玩法入口 - 第7格:南极洲(planned) - world-catalog 新增 antarctica/mashup/coming_soon 节点 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -57,6 +57,28 @@ export const worldCatalog = [
|
||||
childIds: ['australia', 'new_zealand'],
|
||||
pageSize: 9, status: 'planned', isUnlockedByDefault: false,
|
||||
},
|
||||
{
|
||||
type: 'continent', id: 'antarctica', parentId: null,
|
||||
name: '南极洲', nameEn: 'Antarctica', sortOrder: 7, themeColor: '#AED6F1',
|
||||
childType: 'country',
|
||||
childIds: [],
|
||||
pageSize: 9, status: 'planned', isUnlockedByDefault: false,
|
||||
},
|
||||
// ── 特殊入口(非洲级,但在主页 3x3 中占位) ──
|
||||
{
|
||||
type: 'continent', id: 'mashup', parentId: null,
|
||||
name: '主题大混战', nameEn: 'World Mashup', sortOrder: 8, themeColor: '#E74C3C',
|
||||
childType: null,
|
||||
childIds: [],
|
||||
pageSize: 9, status: 'active', isUnlockedByDefault: false,
|
||||
},
|
||||
{
|
||||
type: 'continent', id: 'coming_soon', parentId: null,
|
||||
name: '敬请期待', nameEn: 'Coming Soon', sortOrder: 9, themeColor: '#BDC3C7',
|
||||
childType: null,
|
||||
childIds: [],
|
||||
pageSize: 9, status: 'active', isUnlockedByDefault: false,
|
||||
},
|
||||
|
||||
// ═══════════════════════════════════════
|
||||
// 亚洲国家(18 国)
|
||||
|
||||
Reference in New Issue
Block a user