优化:公屏预加载叫号音频素材 #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "codex/bundled-audio-announcements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
需求:页面打开后缓存音频片段,叫号时避免临时下载造成延迟。
实现:页面挂载时预加载全部数字与提示语 WAV,后端继续返回叫号数据/文本,前端按文本映射片段播放。
验证:前端 66 项测试通过,生产构建通过。