靶纸最大设为2倍

This commit is contained in:
kron
2025-08-12 11:05:04 +08:00
parent b429169327
commit 32bc4f0cf8

View File

@@ -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"