feat: ship v0.4.0 with interactive writing mode

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-06 17:46:16 +08:00
parent 0a054606fe
commit a8e0ba9ac9
39 changed files with 2113 additions and 89 deletions
+21
View File
@@ -91,6 +91,27 @@
"ai.networkRestored": "Network restored. Cloud AI is available again.",
"ai.insertToEditor": "Insert into editor",
"ai.inserted": "Inserted into editor",
"ai.sending": "AI is thinking…",
"interactive.gateBlocked": "Add chapter content, outline, or settings before interactive writing",
"interactive.gateTooltip": "Requires chapter text or outline/settings",
"interactive.step.context": "Context",
"interactive.step.plot": "Plot",
"interactive.step.scene": "Scene",
"interactive.step.review": "Review",
"interactive.start": "Start interactive",
"interactive.loadingPlots": "Generating plot options…",
"interactive.plotNotePlaceholder": "Additional instructions (optional)",
"interactive.generateScene": "Generate scene",
"interactive.namingTitle": "Name this {{type}}",
"interactive.customName": "Custom name",
"interactive.useCustomName": "Use this name",
"interactive.refinePlaceholder": "Refinement instruction, e.g. make dialogue more hostile",
"interactive.refine": "Refine scene",
"interactive.acceptScene": "Next scene",
"interactive.finishChapter": "Finish chapter",
"interactive.chapterTitlePlaceholder": "Chapter title (optional)",
"interactive.chapterCreated": "Interactive draft chapter created",
"interactive.sceneCount": "{{count}} scene(s) confirmed",
"snapshot.ai": "Before AI insert",
"naming.open": "🔍 Naming consistency check",
"naming.title": "Naming consistency check",
+21
View File
@@ -91,6 +91,27 @@
"ai.networkRestored": "网络已恢复,可继续使用云端 AI",
"ai.insertToEditor": "插入到编辑器",
"ai.inserted": "已插入到编辑器",
"ai.sending": "AI 思考中…",
"interactive.gateBlocked": "请先创建章节正文、大纲或设定后再使用交互写作",
"interactive.gateTooltip": "需要至少一章正文,或存在大纲/设定",
"interactive.step.context": "上下文",
"interactive.step.plot": "走向",
"interactive.step.scene": "场景",
"interactive.step.review": "确认",
"interactive.start": "开始交互",
"interactive.loadingPlots": "正在生成剧情走向…",
"interactive.plotNotePlaceholder": "补充指令(可选)",
"interactive.generateScene": "生成场景",
"interactive.namingTitle": "请为{{type}}命名",
"interactive.customName": "自定义名称",
"interactive.useCustomName": "使用此名称",
"interactive.refinePlaceholder": "输入微调指令,如:让对话更有敌意",
"interactive.refine": "微调场景",
"interactive.acceptScene": "满意,下一场景",
"interactive.finishChapter": "结束本章",
"interactive.chapterTitlePlaceholder": "章节标题(可选)",
"interactive.chapterCreated": "已生成交互初稿章节",
"interactive.sceneCount": "已确认 {{count}} 个场景",
"snapshot.ai": "AI 生成前",
"naming.open": "🔍 命名一致性检查",
"naming.title": "命名一致性检查",