初始化

This commit is contained in:
2025-07-02 16:54:52 +08:00
parent 67f9f51816
commit adf9f73431
29 changed files with 1866 additions and 174 deletions

View File

@@ -0,0 +1,12 @@
<template>
<div class="fixed inset-0 flex items-center justify-center z-50 bg-black bg-opacity-50">
<div class="bg-white rounded-lg p-6 flex items-center gap-4 shadow-xl">
<div class="w-4 h-4 bg-red-500 rounded-full animate-pulse"></div>
<span class="text-lg font-medium">正在录音... 松开发送</span>
</div>
</div>
</template>
<script setup>
// 录音状态指示器组件
</script>