Fix tts audition (#4637)

Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
Charlie.Wei
2024-05-25 12:55:04 +08:00
committed by GitHub
parent 026175c8f7
commit 5bd432a85f
7 changed files with 41 additions and 20 deletions

View File

@@ -47,6 +47,7 @@ const TextToSpeech = ({
{ languageInfo?.example && (
<AudioBtn
value={languageInfo?.example}
noCache={false}
isAudition={true}
/>
)}