diff --git a/src/views/homePage.vue b/src/views/homePage.vue index 69410aa..c939dac 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -192,6 +192,8 @@ const sendMessage = async () => { } isScrolling.value = false; + // 注意:历史记录会在消息发送后自动更新,无需手动添加 + // 判断当前是否为 AiEmotion 组件 if (activeTab.value === "AiEmotion") { // 禁用输入框