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'