添加反馈入口 #8

Merged
kdletters merged 8 commits from hermes/hermes-19e77eb0 into master 2026-05-08 14:43:07 +08:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 3b0dd2ebeb - Show all commits

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'],