修复声音问题

This commit is contained in:
kron
2025-07-14 22:39:53 +08:00
parent 926b8dea69
commit f02062c1ad
3 changed files with 33 additions and 13 deletions

View File

@@ -248,7 +248,14 @@ onUnmounted(() => {
:blueTeam="blueTeam"
/>
<TestDistance v-if="!start" :guide="false" />
<ShootProgress v-if="start" :tips="tips" :seq="seq" :total="15" />
<ShootProgress
v-if="start"
:tips="tips"
:seq="seq"
:total="15"
:currentRound="currentRound"
:battleId="battleId"
/>
<PlayersRow
v-if="start"
:currentShooterId="currentShooterId"