fix: conditionally render tooltip based on TTS availability in ChatOperationButton
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

--bug=1054047 --user=刘瑞斌 【应用】应用基本信息中未开启语音播放,演示应用时可以语音播放(播放有时候正确) https://www.tapd.cn/57709429/s/1678099
This commit is contained in:
CaptainB 2025-03-28 17:22:00 +08:00
parent 54c4293482
commit 46e464b126

View File

@ -6,7 +6,7 @@
<div>
<!-- 语音播放 -->
<span>
<span v-if="tts">
<el-tooltip
v-if="audioManage?.isPlaying()"
effect="dark"