页面优化

This commit is contained in:
kron
2025-06-05 22:21:40 +08:00
parent 38019f1100
commit 79ef6d978d
8 changed files with 80 additions and 82 deletions

View File

@@ -117,7 +117,7 @@ onUnmounted(() => {
<view v-if="step === 3">
<ShootProgress tips="请红队射箭-第一轮" />
<PlayersRow :blueTeam="teams" :redTeam="teams" />
<BowTarget :power="45" :currentRound="1" :totalRound="3" debug />
<BowTarget :power="45" :currentRound="1" :totalRound="3" />
<BattleFooter :blueTeam="[6, 2, 3]" :redTeam="[4, 5, 2]" />
</view>
</Container>