修复
This commit is contained in:
@@ -188,7 +188,8 @@ const handlePlayVoiceSample = (voice) => {
|
||||
},
|
||||
(error) => {
|
||||
console.error('音频播放失败', error)
|
||||
}
|
||||
},
|
||||
{ autoPlay: false } // 禁用自动播放,由 APlayer 控制
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user