From 5d6db862eefbcaa3d7c3da6ea0deb8eeaca7ab5f Mon Sep 17 00:00:00 2001 From: "DESKTOP-3IDLUFC\\admin" <381890123@qq.com> Date: Mon, 12 Jan 2026 16:45:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E7=89=88=E6=9C=AC=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/chat/ChatInputArea/index.vue | 4 ++ .../chat/ChatInputArea/styles/index.scss | 3 ++ .../components/chat/ChatMainList/index.vue | 2 +- .../components/chat/ChatQuickAccess/index.vue | 7 +++ .../components/module/MoreService/index.vue | 5 ++ .../module/RecommendPostsList/index.vue | 36 ++++++------- src/pages/login/index.vue | 52 ++++++++++++++++++- 7 files changed, 85 insertions(+), 24 deletions(-) diff --git a/src/pages/index/components/chat/ChatInputArea/index.vue b/src/pages/index/components/chat/ChatInputArea/index.vue index 30cc65c..a43488c 100644 --- a/src/pages/index/components/chat/ChatInputArea/index.vue +++ b/src/pages/index/components/chat/ChatInputArea/index.vue @@ -2,6 +2,7 @@ + + @@ -77,8 +79,10 @@ import { ref, computed, watch, nextTick, onMounted, defineExpose } from "vue"; import RecordingWaveBtn from "@/components/Speech/RecordingWaveBtn.vue"; import { getCurrentConfig } from "@/constant/base"; +// #ifdef MP-WEIXIN const plugin = requirePlugin("WechatSI"); const manager = plugin.getRecordRecognitionManager(); +// #endif const props = defineProps({ modelValue: String, diff --git a/src/pages/index/components/chat/ChatInputArea/styles/index.scss b/src/pages/index/components/chat/ChatInputArea/styles/index.scss index 39c8828..7798ab1 100644 --- a/src/pages/index/components/chat/ChatInputArea/styles/index.scss +++ b/src/pages/index/components/chat/ChatInputArea/styles/index.scss @@ -22,6 +22,9 @@ } .input-button-container { + // #ifdef MP-TOUTIAO + margin-left: 12px; + // #endif flex: 1; position: relative; } diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index f15a943..57d33d4 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -47,7 +47,7 @@