From 1af0edce2b1e3ed9f05108a7dcc91aa9cba9a933 Mon Sep 17 00:00:00 2001 From: kron Date: Sat, 28 Jun 2025 20:51:50 +0800 Subject: [PATCH] =?UTF-8?q?UI=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ScoreResult.vue | 6 +++++- src/components/ShootProgress.vue | 9 ++++++--- src/pages/first-try.vue | 1 + src/pages/practise-one.vue | 1 + src/pages/practise-two.vue | 1 + src/static/finish-tip.png | Bin 34267 -> 13359 bytes src/static/first-try-finish-tip.png | Bin 0 -> 12158 bytes src/static/sound-off-yellow.png | Bin 0 -> 932 bytes 8 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 src/static/first-try-finish-tip.png create mode 100644 src/static/sound-off-yellow.png diff --git a/src/components/ScoreResult.vue b/src/components/ScoreResult.vue index 987cfc5..d12d5d0 100644 --- a/src/components/ScoreResult.vue +++ b/src/components/ScoreResult.vue @@ -22,6 +22,10 @@ const props = defineProps({ type: Object, default: () => ({}), }, + tipSrc: { + type: String, + default: "", + }, }); const showPanel = ref(true); const showComment = ref(false); @@ -40,7 +44,7 @@ setTimeout(() => {