1
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
export const NEW_WORK_ENTRY_CONFIG = {
|
||||
startCard: {
|
||||
title: '新建作品',
|
||||
description: '直接选择游戏创作模板,立刻进入对应的共创工作台。',
|
||||
idleBadge: '选择模板',
|
||||
description: '选择模板后进入对应的创作表单。',
|
||||
idleBadge: '模板 Tab',
|
||||
busyBadge: '正在开启',
|
||||
},
|
||||
typeModal: {
|
||||
@@ -19,6 +19,7 @@ export const NEW_WORK_ENTRY_CONFIG = {
|
||||
title: '角色扮演',
|
||||
subtitle: '敬请期待',
|
||||
badge: '敬请期待',
|
||||
imageSrc: '/creation-type-references/rpg.webp',
|
||||
visible: false,
|
||||
open: true,
|
||||
},
|
||||
@@ -27,6 +28,7 @@ export const NEW_WORK_ENTRY_CONFIG = {
|
||||
title: '大鱼吃小鱼',
|
||||
subtitle: '实时成长玩法',
|
||||
badge: '可创建',
|
||||
imageSrc: '/creation-type-references/big-fish.webp',
|
||||
visible: false,
|
||||
open: true,
|
||||
},
|
||||
@@ -35,6 +37,7 @@ export const NEW_WORK_ENTRY_CONFIG = {
|
||||
title: '拼图',
|
||||
subtitle: '创意礼物,生活分享',
|
||||
badge: '可创建',
|
||||
imageSrc: '/creation-type-references/puzzle.webp',
|
||||
visible: true,
|
||||
open: true,
|
||||
},
|
||||
@@ -43,7 +46,8 @@ export const NEW_WORK_ENTRY_CONFIG = {
|
||||
title: '抓大鹅',
|
||||
subtitle: '经典消除玩法',
|
||||
badge: '可创建',
|
||||
visible: true,
|
||||
imageSrc: '/creation-type-references/match3d.webp',
|
||||
visible: false,
|
||||
open: true,
|
||||
},
|
||||
{
|
||||
@@ -51,6 +55,7 @@ export const NEW_WORK_ENTRY_CONFIG = {
|
||||
title: '方洞挑战',
|
||||
subtitle: '反直觉形状分拣',
|
||||
badge: '可创建',
|
||||
imageSrc: '/creation-type-references/square-hole.webp',
|
||||
visible: true,
|
||||
open: true,
|
||||
},
|
||||
@@ -59,16 +64,27 @@ export const NEW_WORK_ENTRY_CONFIG = {
|
||||
title: 'AIRP',
|
||||
subtitle: '敬请期待',
|
||||
badge: '敬请期待',
|
||||
imageSrc: '/creation-type-references/airp.webp',
|
||||
visible: true,
|
||||
open: false,
|
||||
},
|
||||
{
|
||||
id: 'visual-novel',
|
||||
title: '视觉小说',
|
||||
subtitle: '敬请期待',
|
||||
badge: '敬请期待',
|
||||
subtitle: '故事分镜共创',
|
||||
badge: '可创建',
|
||||
imageSrc: '/creation-type-references/visual-novel.webp',
|
||||
visible: true,
|
||||
open: false,
|
||||
open: true,
|
||||
},
|
||||
{
|
||||
id: 'creative-agent',
|
||||
title: '智能创作',
|
||||
subtitle: '图文生成拼图草稿',
|
||||
badge: '可创建',
|
||||
imageSrc: '/creation-type-references/creative-agent.webp',
|
||||
visible: false,
|
||||
open: true,
|
||||
},
|
||||
],
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user