refactor: Agent驱动重构,整章写入替代场景拼接

This commit is contained in:
voocel
2026-03-15 14:14:46 +08:00
parent 25e219e934
commit 568ef0b1d1
27 changed files with 942 additions and 568 deletions

View File

@@ -84,7 +84,7 @@ func renderStatePanel(snap app.UISnapshot, width, height int) string {
b.WriteString(renderField("Words", formatNumber(snap.TotalWordCount)))
if snap.InProgressChapter > 0 {
b.WriteString(renderField("Writing", fmt.Sprintf("第%d章 场景%d", snap.InProgressChapter, snap.CompletedScenes)))
b.WriteString(renderField("Writing", fmt.Sprintf("第%d章", snap.InProgressChapter)))
}
if len(snap.PendingRewrites) > 0 {