This commit is contained in:
kron
2025-06-11 23:57:17 +08:00
parent 749796bdd9
commit baadc7b182
4 changed files with 43 additions and 19 deletions

View File

@@ -151,7 +151,7 @@ onUnmounted(() => {
<BowPower :power="45" />
</view>
</Guide>
<ShootProgress v-if="start" :tips="tips" :seq="seq" />
<ShootProgress v-if="start" :tips="tips" :seq="seq" :total="30" />
<PlayersRow
v-if="start"
:currentShooterId="currentShooterId"