From 8fa3f32577845972a3ce7fd6a333f8f2f9d5f5ba Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Sat, 21 Mar 2026 17:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E7=9A=84hbuilder(loading=E7=BB=84=E4=BB=B6=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E5=86=B2=E7=AA=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- .../components/chat-message-item/chat-message-item.vue | 6 +++--- .../loading.vue => custom-loading/custom-loading.vue} | 3 ++- im-uniapp/pages/chat/chat.vue | 8 ++++---- 4 files changed, 11 insertions(+), 9 deletions(-) rename im-uniapp/components/{loading/loading.vue => custom-loading/custom-loading.vue} (96%) diff --git a/README.md b/README.md index 6190e26..a3cae1b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,8 @@ https://www.yuque.com/u1475064/imk5n2/qtezcg32q1d0dr29#SbvXq #### 付费服务 -商业版: https://www.yuque.com/u1475064/imk5n2/qtezcg32q1d0dr29 +商业版授权: https://www.yuque.com/u1475064/imk5n2/qtezcg32q1d0dr29 +付费代部署: https://www.yuque.com/u1475064/imk5n2/qgq5cvgmavallqnl #### 项目结构 | 模块 | 功能 | diff --git a/im-uniapp/components/chat-message-item/chat-message-item.vue b/im-uniapp/components/chat-message-item/chat-message-item.vue index dbcecc3..1574785 100644 --- a/im-uniapp/components/chat-message-item/chat-message-item.vue +++ b/im-uniapp/components/chat-message-item/chat-message-item.vue @@ -30,7 +30,7 @@ - + @@ -43,7 +43,7 @@ {{ fileSize }} - + @@ -66,7 +66,7 @@ - + diff --git a/im-uniapp/components/loading/loading.vue b/im-uniapp/components/custom-loading/custom-loading.vue similarity index 96% rename from im-uniapp/components/loading/loading.vue rename to im-uniapp/components/custom-loading/custom-loading.vue index b0f0c98..5845661 100644 --- a/im-uniapp/components/loading/loading.vue +++ b/im-uniapp/components/custom-loading/custom-loading.vue @@ -7,6 +7,7 @@