| 标题 | 字数 | 声音 | 状态 | |
|---|---|---|---|---|
| {{ item.title }} | {{ formatChars(item.char_count) }} | {{ item.voice }} | {{ statusLabel(item.status) }} |
| # | 标题 | 字数 | 声音 | 状态 | 操作 |
|---|---|---|---|---|---|
| {{ item.pinned ? '📌' : idx+1 }} | {{ item.title }} | {{ formatChars(item.char_count) }} | {{ item.voice }} | {{ statusLabel(item.status) }} |
| 标题 | 声音 | 段数 | 状态 | 进度 | 操作 |
|---|---|---|---|---|---|
| {{ book.title }} | {{ book.voice }} | {{ book.segment_count }} | {{ audioStatusLabel(book.status) }} |
{{ book.completed_segments || 0 }}/{{ book.total_segments || book.segment_count || '?' }} 段
{{ book.progress }}%
并发 {{ book.gen_workers }}/{{ book.gen_concurrency || 4 }}
|
| 用户名 | 角色 | 注册时间 | 操作 | |
|---|---|---|---|---|
| {{ u.username }} | {{ u.role }} | {{ u.created_at }} | - |
用户: {{ currentUser.username }}