@ -1489,7 +1489,7 @@ const playNextAudio = () => {
// 创建新的音频实例
const audio = new Howl({
src: [audioInfo.url],
html5: true,
html5: false,
format: ["mp3", "wav"],
onplay: () => {
isAudioPlaying.value = true;