From 731989eaac6dab08af6dc70d7d967196dcea8dbb Mon Sep 17 00:00:00 2001 From: yangzhe Date: Fri, 20 Mar 2026 17:09:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(chat):=20=E5=B0=86=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E5=8C=96=E6=B6=88=E6=81=AF=E8=A7=A3=E6=9E=90=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E4=BB=8E=E9=A1=B5=E9=9D=A2=E7=BB=84=E4=BB=B6=E6=8F=90=E5=8F=96?= =?UTF-8?q?=E5=88=B0=E5=B7=A5=E5=85=B7=E5=87=BD=E6=95=B0=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E9=AB=98=E4=BB=A3=E7=A0=81=E5=A4=8D=E7=94=A8=E6=80=A7?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/index.vue | 191 ++++++++++++++++++++++++++++++++++++- pages/home/index/index.vue | 82 +--------------- utils/chat.js | 106 ++++++++++++++++++++ 3 files changed, 295 insertions(+), 84 deletions(-) diff --git a/pages/chat/index.vue b/pages/chat/index.vue index e1c078c..3643007 100644 --- a/pages/chat/index.vue +++ b/pages/chat/index.vue @@ -157,8 +157,56 @@ :src="receiverHeadSculptureUrl" mode="scaleToFill" /> - - {{ message.message }} + + + + + {{ block.value }} + + + + + {{ block.name }} + + + + + @@ -194,9 +242,11 @@