feat: 优化取件逻辑

This commit is contained in:
Lan
2025-03-02 14:51:13 +08:00
parent 8e6c48e1b6
commit 1521aa5d94
2 changed files with 13 additions and 3 deletions
+10
View File
@@ -46,6 +46,16 @@
>
发送文本
</button>
<!-- <button
type="button"
@click="sendType = 'collect'"
:class="[
'px-4 py-2 rounded-lg',
sendType === 'collect' ? 'bg-indigo-600 text-white' : 'bg-gray-700 text-gray-300'
]"
>
收集文件
</button> -->
</div>
<transition name="fade" mode="out-in">