feat: 支持讲解详情页粤语语音切换
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-14 18:25:45 +08:00
parent 04c6ccd40b
commit d813f0b375
12 changed files with 291 additions and 70 deletions

View File

@@ -137,6 +137,7 @@ const formatDuration = (duration?: number) => (
const languageLabelFor = (language?: string) => {
if (language === 'en-US') return '英文'
if (language === 'yue-HK') return '粤语'
if (language === 'zh-CN') return '中文'
return language || undefined
}