From 32bc4f0cf84b4cdde4318218324eccec27307848 Mon Sep 17 00:00:00 2001 From: kron Date: Tue, 12 Aug 2025 11:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=B6=E7=BA=B8=E6=9C=80=E5=A4=A7=E8=AE=BE?= =?UTF-8?q?=E4=B8=BA2=E5=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BowTargetEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BowTargetEdit.vue b/src/components/BowTargetEdit.vue index 337bad4..1b41dc5 100644 --- a/src/components/BowTargetEdit.vue +++ b/src/components/BowTargetEdit.vue @@ -182,7 +182,7 @@ onMounted(async () => { :x="targetPos.x" :y="targetPos.y" :scale-min="1" - :scale-max="3" + :scale-max="2" :scale-value="scale" :animation="false" @scale="onScale"