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 @@