feat: polish generation demo workflow

This commit is contained in:
2026-04-18 14:06:38 +08:00
parent 5d8fb1ed50
commit 0f260f649c
15 changed files with 569 additions and 74 deletions

View File

@@ -85,7 +85,7 @@ async function generateImage() {
error.value = ''
try {
story.value = await api.post<Story>(`/api/stories/${story.value.id}/assets/retry`, {
story.value = await api.post<Story>(`/api/generations/${story.value.id}/retry-assets`, {
assets: ['image'],
})
} catch (e) {