From 322f23efb425442c8b156293bd90f395836df139 Mon Sep 17 00:00:00 2001 From: kron Date: Sun, 22 Jun 2025 01:41:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E4=B9=B1=E6=96=97=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlayerScore.vue | 31 ++++++++++++++++++++++++------- src/pages/battle-room.vue | 1 + src/pages/match-detail.vue | 1 + src/pages/melee-match.vue | 6 +++++- src/static/checked-green.png | Bin 0 -> 396 bytes 5 files changed, 31 insertions(+), 8 deletions(-) create mode 100644 src/static/checked-green.png diff --git a/src/components/PlayerScore.vue b/src/components/PlayerScore.vue index 281d6bd..475a7a1 100644 --- a/src/components/PlayerScore.vue +++ b/src/components/PlayerScore.vue @@ -12,12 +12,21 @@ defineProps({ type: Array, default: () => [], }, + done: { + type: Boolean, + default: false, + }, }); const rowCount = new Array(6).fill(0);