From bb23e2e5dc632d12500f86d59b6b10df37fab15c Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 15 Oct 2023 10:57:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=88=E5=B9=B6=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=8F=AF=E8=83=BD=E5=AF=BC=E8=87=B4=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E5=8D=A1=E4=BD=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/ChatRenderer/index.vue | 178 +++++++++++------- frontend/src/views/Room.vue | 2 + 2 files changed, 107 insertions(+), 73 deletions(-) diff --git a/frontend/src/components/ChatRenderer/index.vue b/frontend/src/components/ChatRenderer/index.vue index 65fab5f..bc91778 100644 --- a/frontend/src/components/ChatRenderer/index.vue +++ b/frontend/src/components/ChatRenderer/index.vue @@ -53,6 +53,7 @@