←
{{ isTitleGenerating ? 'AI 生成标题中...' : (currentBook?.title || '书籍详情') }}
编辑
{{ isTitleGenerating ? '✨ AI 正在生成标题...' : currentBook?.title }}
{{ currentBook.subtitle }}
{{ currentBook?.description }}
章节:{{ currentBook?.totalChapters }} 章
预估:{{ currentBook?.estimatedWords || 0 }} 字
📊 生成进度
{{ isGenerationFailed ? '失败' : currentBook.progress }}%
{{ completedChapters }}/{{ currentBook.totalChapters }} 章
❌
生成失败
{{ currentBook.error }}
请检查网络或稍后重试
📋
大纲已生成,等待生成正文
进度长时间停在 5%,是因为大纲确认后内容生成尚未启动。点击下方按钮立即开始生成。
⏸️
生成似乎已停止
进度长时间未更新,后台任务可能已中断。可继续补齐未完成的章节,或整本重新生成。
🩹
检测到 {{ missingChapterCount }} 个章节未生成内容
这本书可能有章节被 LangGraph 节点漏掉。点击下方按钮并发补全(不依赖 LangGraph 重跑)。
当前阶段:
{{ getCurrentStage() }}
正在处理:
第{{ currentGeneratingChapter.number }}{{ currentGeneratingChapter.levelLabel }} {{ currentGeneratingChapter.title }}
⚠️
{{ currentBook.error }}
🔄
系统正在尝试自动恢复...
💡 生成过程可能需要几分钟,请耐心等待
🎧 额度监控
已用:{{ usedAudioMinutes }}分钟
剩余:{{ remainingAudioMinutes }}分钟
⚠️ 已超出配额 {{ overageMinutes }} 分钟
⚠️
生成已中断:额度不足,已保存当前进度
可升级套餐后继续生成
❌
生成失败
{{ currentBook.error }}
请检查网络或稍后重试
质量校验:
{{ currentBook.qualityReport }}
连贯性编辑:
{{ currentBook.continuityReport }}
改写优化:
{{ currentBook.rewriteReport }}
{{ isAllSelected ? '取消全选' : '全选' }}
重新生成 ({{ selectedChapterIds.length }})
删除 ({{ selectedChapterIds.length }})
取消
🔍
✕
{{ allExpanded ? '📁 折叠全部' : '📂 展开全部' }}
未找到匹配的章节
前言
{{ currentBook?.metadata?.foreword?.length || 0 }}字
→
{{ chapter.number }}
{{ chapter.title }}
📄 正文 {{ chapter.wordCount || 0 }}字
{{ getChapterOutline(chapter.number)?.summary }}
{{ point }}
🎵 音频
🎬 视频
{{ getNodeStatusIcon(chapter) }}
{{ getNodeStatusText(chapter) }}
{{ section.number }}
{{ section.title }}
{{ section.summary }}
{{ getNodeStatusIcon(section) }}
{{ getNodeStatusText(section) }}
{{ subsection.number }}
{{ subsection.title }}
🎵 音频
🎬 视频
{{ subsection.content.substring(0, 50) }}...
{{ getNodeStatusIcon(subsection) }}
{{ getNodeStatusText(subsection) }}
{{ chapter.title }}
→
后记
{{ currentBook?.metadata?.afterword?.length || 0 }}字
→
{{ loadError.icon || '⚠️' }}
{{ loadError.title }}
{{ loadError.message }}
📝
创建时已关闭自动生成文本,点击下方按钮开始生成
🎵
创建时已关闭自动生成音频,点击下方按钮开始生成
预估消耗 {{ estimatedAudioMinutes }} 分钟
剩余 {{ quotaInfo.remainingMinutes }} 分钟
⚠️ 配额不足
正在生成中,可关闭页面,后台会继续生成...
⚠️
该书籍状态标记为已完成,但没有任何章节内容。
请尝试点击上方按钮重新生成。