feat: 语音输入交互完善

This commit is contained in:
duanshuwen
2025-08-10 19:40:47 +08:00
parent 5b1566fc33
commit 9c7063196c
6 changed files with 287 additions and 474 deletions

View File

@@ -1,14 +1,11 @@
<template>
<view class="container">
<ChatMainList/>
<ChatMainList />
</view>
</template>
<script setup>
import ChatMainList from "../chat/ChatMainList.vue";
</script>
<style lang="scss" scoped>