From 315b5b852d77d03d0087e1d027449e3ce03af4a5 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 28 Oct 2024 09:58:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?README=20=E6=9B=B4=E6=96=B0=EF=BC=9A?= =?UTF-8?q?=E5=8D=95=E4=BD=93=E3=80=81=E5=BE=AE=E6=9C=8D=E5=8A=A1=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2aeb2e4..ba30293 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ 支持 Spring Boot、Spring Cloud 两种架构: -① Spring Boot 单体架构: +① Spring Boot 单体架构: ![架构图](/.image/common/ruoyi-vue-pro-architecture.png) -② Spring Cloud 微服务架构: +② Spring Cloud 微服务架构: ![架构图](/.image/common/yudao-cloud-architecture.png) From 87c6e967f2d506f1069cd587f47dff46c78e3d12 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 10 Nov 2024 18:53:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E5=AE=8C?= =?UTF-8?q?=E5=96=84=E3=80=91=E5=95=86=E5=9F=8E=EF=BC=9A=E5=AE=A2=E6=9C=8D?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=94=B9=E4=B8=BA=E6=B8=B8=E6=A0=87=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=EF=BC=8C=E6=B6=88=E6=81=AF=20JSON=20=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/components/messageList.vue | 38 ++++++++---- pages/chat/index.vue | 39 +++++++++--- sheep/util/index.js | 87 +++++++++++++++------------ 3 files changed, 103 insertions(+), 61 deletions(-) diff --git a/pages/chat/components/messageList.vue b/pages/chat/components/messageList.vue index e014a06..aa556e7 100644 --- a/pages/chat/components/messageList.vue +++ b/pages/chat/components/messageList.vue @@ -1,20 +1,35 @@