From 41dbb8c8725309e86e53173b8c4249d513793192 Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Tue, 20 May 2025 19:58:16 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E5=A4=84=E7=90=86=E8=A7=A3=E6=95=A3?= =?UTF-8?q?=E7=BE=A4=E8=81=8A=E3=80=81=E9=80=80=E5=87=BA=E7=BE=A4=E8=81=8A?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=9A=84=E5=8F=AF=E8=A7=86=E6=9D=83=E9=99=90?= =?UTF-8?q?=EF=BC=9B=E4=BD=BF=E7=94=A8naiveUI=E7=9A=84infiniteScroll?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=BB=A3=E6=9B=BFoverflowY=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E7=94=A8=E8=87=AA=E5=B8=A6=E7=9A=84load=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E4=BB=A3=E6=9B=BFv-loadmore=E6=8C=87=E4=BB=A4=EF=BC=8C?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=95=B4=E7=90=86=E5=A4=8D=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=88=97=E8=A1=A8=E7=BB=84=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BC=A0=E5=8F=82=E3=80=81=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=A4=84=E7=90=86=E7=AD=89=EF=BC=8C=E8=A7=A3=E5=86=B3=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=B7=B7=E4=B9=B1=E3=80=81=E6=95=B0=E6=8D=AE=E5=A4=84?= =?UTF-8?q?=E7=90=86=E6=B7=B7=E4=B9=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/components/group/GroupPanel.vue | 13 ++- src/components/search/searchList.vue | 140 ++++++++++++---------- src/views/message/inner/IndexSider.vue | 153 ++++++++++++------------- 4 files changed, 162 insertions(+), 145 deletions(-) diff --git a/components.d.ts b/components.d.ts index 9a2dacb..c36d670 100644 --- a/components.d.ts +++ b/components.d.ts @@ -62,6 +62,7 @@ declare module 'vue' { NotificationApi: typeof import('./src/components/common/NotificationApi.vue')['default'] NPopover: typeof import('naive-ui')['NPopover'] NRadio: typeof import('naive-ui')['NRadio'] + NScrollbar: typeof import('naive-ui')['NScrollbar'] NSpin: typeof import('naive-ui')['NSpin'] NTag: typeof import('naive-ui')['NTag'] NVirtualList: typeof import('naive-ui')['NVirtualList'] diff --git a/src/components/group/GroupPanel.vue b/src/components/group/GroupPanel.vue index d69f576..2416885 100644 --- a/src/components/group/GroupPanel.vue +++ b/src/components/group/GroupPanel.vue @@ -663,7 +663,10 @@ const handleEditGroupNameConfirm = () => { 清空聊天记录 { > 解散该群 - + 退出群聊 diff --git a/src/components/search/searchList.vue b/src/components/search/searchList.vue index 7c69137..cd9e97e 100644 --- a/src/components/search/searchList.vue +++ b/src/components/search/searchList.vue @@ -1,60 +1,65 @@