From e41266e6f4cf243f511f9cf75d57c4dc760c8032 Mon Sep 17 00:00:00 2001 From: Peanut Date: Sun, 19 Jul 2026 15:21:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(mini-program):=20=E7=BB=9F=E4=B8=80=20chat?= =?UTF-8?q?=20=E8=A7=86=E5=9B=BE=EF=BC=8C=E5=88=A0=E9=99=A4=20clarifying/o?= =?UTF-8?q?utlining/result=20=E7=8B=AC=E7=AB=8B=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mini-program/src/pages/main/ScriptView.vue | 430 +++++++++++++-------- 1 file changed, 266 insertions(+), 164 deletions(-) diff --git a/mini-program/src/pages/main/ScriptView.vue b/mini-program/src/pages/main/ScriptView.vue index 6b115c9..cabb065 100644 --- a/mini-program/src/pages/main/ScriptView.vue +++ b/mini-program/src/pages/main/ScriptView.vue @@ -86,105 +86,8 @@ - - - - - 在开始创作前,我想再了解你一点 - - - - - - - - - - - - {{ novelOutline.title }} - - - {{ novelOutline.logline }} - - - - {{ beat.order || idx + 1 }} - - {{ beat.title || '' }} - {{ beat.summary }} - - - - - 结局 - {{ novelOutline.ending }} - - - - - - 修改大纲 - 确认大纲 - - - - - - - - - - - - {{ generationDisplayText }} - {{ currentMessageTime }} - - - {{ generationTitle }} - - - - - - {{ generationFailureCopy }} - {{ visibleStreamContent }}| - {{ currentMessageTime }} - - - - - - - - - {{ generationCopy }} - {{ generationSubcopy }} - - - - - - - - - - - - - + + @@ -197,7 +100,7 @@ - + - - - - - {{ wishText }} - {{ currentMessageTime }} + + + + {{ msg.content }} + {{ msg.time }} - - 心愿已实现,故事已为你展开 - {{ currentResultTime }} - - - - - + - - {{ message.content }} - {{ message.time || formatMessageTime() }} + + 已回答:{{ msg.answer }} + + + + + {{ msg.outline.title }} + + + {{ msg.outline.logline }} + + + + {{ beat.order || idx + 1 }} + + {{ beat.title || '' }} + {{ beat.summary }} + + + + + 结局 + {{ msg.outline.ending }} + + + + + + 修改大纲 + 确认大纲 + + + + + + {{ msg.content }}| + + + + {{ msg.content }} + {{ msg.time }} + - - + + - 正在为你重写人生 - AI 正在思考下一步方向 + {{ generationCopy }} + + + + - - - - - 🎤 - - 输入修改建议,或让 AI 继续生成 + + + +