feat(loading): support typewriter story teaser during first scene generation

This commit is contained in:
DESKTOP-I1T6TF3\Q
2026-06-04 14:40:35 +08:00
parent e04c51e875
commit 4e4e06ec8a
4 changed files with 99 additions and 6 deletions
+2 -1
View File
@@ -6,6 +6,7 @@
"app/api/scene/route.ts": { "maxDuration": 60 },
"app/api/vision/route.ts": { "maxDuration": 60 },
"app/api/insert-beat/route.ts": { "maxDuration": 60 },
"app/api/beat-audio/route.ts": { "maxDuration": 30 }
"app/api/beat-audio/route.ts": { "maxDuration": 30 },
"app/api/teaser/route.ts": { "maxDuration": 30 }
}
}