This commit is contained in:
2026-02-24 21:41:05 +08:00
parent c1d1b0ed70
commit 9388f7d75b
7 changed files with 108 additions and 178 deletions

View File

@@ -188,7 +188,8 @@ const handlePlayVoiceSample = (voice) => {
},
(error) => {
console.error('音频播放失败', error)
}
},
{ autoPlay: false } // 禁用自动播放,由 APlayer 控制
)
}