大乱斗细节完善

This commit is contained in:
kron
2025-06-22 01:41:51 +08:00
parent 95fdef1986
commit 322f23efb4
5 changed files with 31 additions and 8 deletions

View File

@@ -345,6 +345,7 @@ onUnmounted(() => {
:name="player.name"
:avatar="player.avatar"
:scores="playersScores[player.id]"
:done="playersScores[player.id].length === 12"
/>
</view>
<Timer :seq="timerSeq" />