From 08c4ef06256dc687babd9fed432339b143bd81b7 Mon Sep 17 00:00:00 2001 From: kron Date: Fri, 26 Dec 2025 16:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/audioManager.js | 4 ++-- src/components/ScoreResult.vue | 2 +- src/components/ScrollList.vue | 2 +- src/pages/calibration.vue | 2 +- src/pages/user.vue | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/audioManager.js b/src/audioManager.js index b7e8d81..33ba885 100644 --- a/src/audioManager.js +++ b/src/audioManager.js @@ -1,6 +1,6 @@ export const audioFils = { - 激光已校准: - "https://static.shelingxingqiu.com/attachment/2025-10-29/ddupaur1vdkyhzaqdc.mp3", + // 激光已校准: + // "https://static.shelingxingqiu.com/attachment/2025-10-29/ddupaur1vdkyhzaqdc.mp3", 胜利: "https://static.shelingxingqiu.com/attachment/2025-09-17/dcuo9yjp0kt5msvmvd.mp3", 失败: "https://static.shelingxingqiu.com/attachment/2025-09-17/dcuo9yht2sdwhuqygy.mp3", 请射箭测试距离: diff --git a/src/components/ScoreResult.vue b/src/components/ScoreResult.vue index 2c265d5..80e532f 100644 --- a/src/components/ScoreResult.vue +++ b/src/components/ScoreResult.vue @@ -117,7 +117,7 @@ const getRing = (arrow) => { :width="validArrows === total ? '70vw' : 'calc(100vw - 20px)'" :rounded="30" :onClick="closePanel" - >{{ validArrows === total ? "完成" : "重新挑战" }}{{ validArrows === total ? "完成" : "返回" }} diff --git a/src/components/ScrollList.vue b/src/components/ScrollList.vue index 1e0d788..48b9483 100644 --- a/src/components/ScrollList.vue +++ b/src/components/ScrollList.vue @@ -60,7 +60,7 @@ onShow(async () => { class="scroll-list" scroll-y :show-scrollbar="false" - enhanced="true" + :enhanced="true" :bounces="false" refresher-default-style="white" :refresher-enabled="true" diff --git a/src/pages/calibration.vue b/src/pages/calibration.vue index 194a7a6..734ced9 100644 --- a/src/pages/calibration.vue +++ b/src/pages/calibration.vue @@ -22,7 +22,7 @@ const guides = [ }, ]; -const done = ref(false); +const done = ref(true); const onComplete = async () => { await laserCloseAPI(); diff --git a/src/pages/user.vue b/src/pages/user.vue index 6bd95d1..f91d008 100644 --- a/src/pages/user.vue +++ b/src/pages/user.vue @@ -75,7 +75,7 @@ onMounted(() => {