From 959244c03a8acce44e8fbf754c99a87113cfef07 Mon Sep 17 00:00:00 2001 From: zhangyibo95 <690096405@qq.com> Date: Fri, 31 Jul 2026 10:32:45 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=9B=B4=E6=96=B0=E6=96=B0=E7=89=88?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E8=AE=AD=E7=BB=83=E7=BB=93=E6=9D=9F=E6=92=AD?= =?UTF-8?q?=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/training/components/ShootProgress.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/training/components/ShootProgress.vue b/src/pages/training/components/ShootProgress.vue index c1be554..bba3816 100644 --- a/src/pages/training/components/ShootProgress.vue +++ b/src/pages/training/components/ShootProgress.vue @@ -205,7 +205,7 @@ async function onReceiveMessage(msg) { halfTime.value = false; audioManager.play("比赛开始"); } else if (msg.type === MESSAGETYPESV2.BattleEnd) { - audioManager.play("比赛结束", false); + audioManager.play("练习结束", false); } else if (msg.type === MESSAGETYPESV2.ShootResult) { // 精准训练由页面统一等待语音和飞箭结束,其他训练保持原播放链路。 if (props.externalShootResultAudio) return;