From 0cfb5fa326bc3f952405a2bb532e207513439a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Mon, 18 Aug 2025 19:34:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E8=A7=A3=E5=86=B3=E4=B8=80?= =?UTF-8?q?=E4=B8=8B=E5=AE=89=E5=8D=93=E9=9F=B3=E9=A2=91=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AiEmotion.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index ed9d256..6b10664 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -1489,7 +1489,7 @@ const playNextAudio = () => { // 创建新的音频实例 const audio = new Howl({ src: [audioInfo.url], - html5: true, + html5: false, format: ["mp3", "wav"], onplay: () => { isAudioPlaying.value = true;