From 35107c00b44b9b9b9a45603d498a8933b8198b2a Mon Sep 17 00:00:00 2001 From: kron Date: Sun, 29 Jun 2025 12:17:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E7=BB=83=E4=B9=A0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ScoreResult.vue | 10 +++------- src/pages/first-try.vue | 5 +++-- src/pages/practise-one.vue | 7 +++++-- src/pages/practise-two.vue | 4 +++- src/static/2unfinish-tip.png | Bin 0 -> 13199 bytes src/static/unfinish-tip.png | Bin 0 -> 12154 bytes 6 files changed, 14 insertions(+), 12 deletions(-) create mode 100644 src/static/2unfinish-tip.png create mode 100644 src/static/unfinish-tip.png diff --git a/src/components/ScoreResult.vue b/src/components/ScoreResult.vue index d12d5d0..574ddbf 100644 --- a/src/components/ScoreResult.vue +++ b/src/components/ScoreResult.vue @@ -14,10 +14,6 @@ const props = defineProps({ type: Number, default: 0, }, - total: { - type: Number, - default: 0, - }, result: { type: Object, default: () => ({}), @@ -42,13 +38,13 @@ setTimeout(() => {