feat: track generation jobs

This commit is contained in:
2026-04-18 16:29:22 +08:00
parent 16fafe0fe0
commit 96dfc677e2
18 changed files with 709 additions and 71 deletions

View File

@@ -21,6 +21,7 @@ export interface Storybook {
image_status?: string
audio_status?: string
last_error?: string | null
retryable_assets?: Array<'image' | 'audio'>
}
export const useStorybookStore = defineStore('storybook', () => {