feat: add segment tracking to audiobook projects and update UI to display progress

This commit is contained in:
2026-03-13 16:00:31 +08:00
parent d1503b08cb
commit cdb9d2ebb8
4 changed files with 59 additions and 22 deletions

View File

@@ -36,6 +36,8 @@ export interface AudiobookProject {
script_config?: Record<string, unknown>
created_at: string
updated_at: string
segment_total: number
segment_done: number
}
export interface AudiobookCharacter {