From 00c58d47b96bed77c312f5b1ab27a7ddecea250d Mon Sep 17 00:00:00 2001 From: zoujing Date: Wed, 25 Mar 2026 16:33:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=95=BF=E6=96=87=E6=9C=AC=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/model/ChatModel.js | 2 +- .../components/chat/ChatMainList/index.vue | 28 +++++++++++++------ .../module/AnswerComponent/index.vue | 9 ++++-- .../zero-markdown-view/zero-markdown-view.vue | 2 +- src/utils/WebSocketManager.js | 4 +-- 5 files changed, 30 insertions(+), 15 deletions(-) diff --git a/src/model/ChatModel.js b/src/model/ChatModel.js index 3cdbd9a..acb981f 100644 --- a/src/model/ChatModel.js +++ b/src/model/ChatModel.js @@ -26,7 +26,7 @@ export const CompName = { // 打开地图卡片 openMapCard: "openMapCard", // 回答卡片 - answerCard: "answerCard", + longTextCard: "longTextCard", }; /// 发送的指令类型 diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index 892906d..b0578b3 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -15,9 +15,15 @@