代码优化

This commit is contained in:
kron
2025-05-31 17:59:36 +08:00
parent ca182daaae
commit 50168486ba
5 changed files with 80 additions and 278 deletions

View File

@@ -132,7 +132,7 @@ const startGame = async () => {
<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" debug />
<BattleFooter :blueTeam="[6, 2, 3]" :redTeam="[4, 5, 2]" />
</view>
</Container>