From de5160ead0192a75a19c8439130f0c46f54f6f4a Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Mon, 13 Jul 2026 00:48:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E5=AD=90=E6=99=BA=E8=83=BD?= =?UTF-8?q?=E4=BD=93=E6=B6=88=E6=81=AF=20Markdown=20=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E4=B8=8E=E6=B0=94=E6=B3=A1=E5=B1=95=E5=BC=80=E6=B7=A1=E5=87=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 子智能体输出内容使用 MarkdownRenderer 渲染 - 修复多智能体气泡内 Markdown 元素底色适配气泡背景 - 修复对话区域 Markdown 行内代码与加粗样式 - 用户消息/子智能体消息气泡展开按钮增加横纵向淡出效果 - 展开/收起时按钮位置通过 margin 平滑过渡 --- static/src/components/chat/ChatArea.vue | 7 +- .../styles/components/chat/_chat-area.scss | 217 +++++++++++++++++- 2 files changed, 216 insertions(+), 8 deletions(-) diff --git a/static/src/components/chat/ChatArea.vue b/static/src/components/chat/ChatArea.vue index 3cc1a72..1edb7e8 100644 --- a/static/src/components/chat/ChatArea.vue +++ b/static/src/components/chat/ChatArea.vue @@ -65,7 +65,10 @@ :ref="(el) => registerUserBubbleRef(msg, index, el)" >