feat: 语音输入交互完善
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user