From e539c7d35de3b902a6f6901dfb95cedf5735e75f Mon Sep 17 00:00:00 2001 From: zoujing Date: Tue, 5 Aug 2025 20:01:30 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BF=AE=E5=A4=8D=E9=94=AE?= =?UTF-8?q?=E7=9B=98=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 11 +++++ pages/chat/ChatInputArea.vue | 72 +++++++++++++++++++++++++++-- pages/chat/ChatMainList.vue | 45 +++++++++++++++--- pages/chat/styles/ChatMainList.scss | 26 +++++++---- 4 files changed, 133 insertions(+), 21 deletions(-) diff --git a/pages.json b/pages.json index 80a9cf9..ded6765 100644 --- a/pages.json +++ b/pages.json @@ -13,6 +13,17 @@ "navigationStyle": "custom" } }, + { + "path": "pages/chat/ChatMainList", + "style": { + "navigationStyle": "custom", + "app-plus": { + "softinputMode": "adjustPan", + "bounce": "none", + "titleNView": false + } + } + }, { "path": "pages/chat/ChatQuickAccess", "style": { diff --git a/pages/chat/ChatInputArea.vue b/pages/chat/ChatInputArea.vue index 47bc8a9..4a60a56 100644 --- a/pages/chat/ChatInputArea.vue +++ b/pages/chat/ChatInputArea.vue @@ -6,6 +6,7 @@