feat(home): add AI story expand button and modal

This commit is contained in:
saturn
2026-03-24 23:53:26 +08:00
parent 4e469074e0
commit fd8f5f8635
28 changed files with 615 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ export interface HomeWorkspaceLaunchTarget {
pathname: string
query: {
episode: string
autoRun: 'storyToScript'
autoRun?: 'storyToScript'
}
}