From 4afc632cac07fa4d1c0ce3ae59a9407f58be08b8 Mon Sep 17 00:00:00 2001 From: Peanut Date: Mon, 20 Jul 2026 21:55:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=BE=84=E6=B8=85?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=8F=90=E4=BA=A4=E5=90=8E=E7=9A=84=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E7=94=A8=E6=88=B7=E6=B0=94=E6=B3=A1=EF=BC=88label=20?= =?UTF-8?q?=E5=B7=B2=E5=9C=A8=E5=8D=A1=E7=89=87=E5=86=85=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mini-program/src/pages/main/ScriptView.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mini-program/src/pages/main/ScriptView.vue b/mini-program/src/pages/main/ScriptView.vue index 8261a8f..6decd1d 100644 --- a/mini-program/src/pages/main/ScriptView.vue +++ b/mini-program/src/pages/main/ScriptView.vue @@ -1753,9 +1753,8 @@ const submitClarification = (answer) => { const label = option?.label || answer if (card) { card.submitted = true - card.answer = label // 显示用 label(中文) + card.answer = label // 显示用 label(中文);答案已在卡片中显示,无需额外用户气泡 } - addResultMessage({ role: 'user', kind: 'text', content: label }) answeringClarification.value = true currentStreamTask.value = followupStream({ sessionId: novelSessionId.value,