fix: 移除澄清卡片提交后的重复用户气泡(label 已在卡片内显示)

This commit is contained in:
2026-07-20 21:55:35 +08:00
parent f1ad9a6b47
commit 4afc632cac
+1 -2
View File
@@ -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,