From 1b4c6b25527458a3576cd18e6cdd09ca620b198b Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 29 Jul 2025 14:23:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E9=94=81=E5=AE=9A?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E7=9A=84=E4=BD=8D=E7=BD=AE=E4=BB=A5=E6=94=B9?= =?UTF-8?q?=E5=96=84=E6=98=BE=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/editor.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/editor.service.ts b/src/services/editor.service.ts index 6046499..f409f2f 100644 --- a/src/services/editor.service.ts +++ b/src/services/editor.service.ts @@ -648,8 +648,8 @@ export class EditorService extends Meta2d { id: lockIconId, name: 'circle', tags: ['lock-icon'], - x: x - 14, // 在点右侧显示 - y: y + 16, + x: x + 48, // 在点右侧显示 + y: y + 60, width: 8, height: 8, background: '#ff4d4f', // 红色背景