feat: add profile feedback route stage

This commit is contained in:
2026-05-08 12:20:32 +08:00
parent b5c8ec304f
commit 3b0dd2ebeb
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ export type CustomWorldRuntimeLaunchOptions = {
export type SelectionStage =
| 'platform'
| 'profile-feedback'
| 'work-detail'
| 'detail'
| 'agent-workspace'

View File

@@ -6,6 +6,7 @@ export const PUBLIC_WORK_QUERY_PARAM = 'work';
const STAGE_ROUTE_ENTRIES = [
['platform', '/'],
['profile-feedback', '/profile/feedback'],
['work-detail', '/works/detail'],
['detail', '/worlds/detail'],
['agent-workspace', '/creation/rpg/agent'],