From 666cbc847001d02c3d52c1f206a5851c1067ab7f Mon Sep 17 00:00:00 2001 From: bighuixiang <472705331@qq.com> Date: Sun, 20 Jul 2025 19:31:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E9=80=89=E5=8C=BA?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E6=A0=B7=E5=BC=8F=20=E5=A4=9A=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/SelectionPanel.vue | 59 +- src/component/Canvas/CanvasEditor/index.vue | 99 +- .../CanvasEditor/managers/LayerManager.js | 242 +- src/lang/cn.ts | 2079 ++++++++-------- src/lang/en.ts | 2124 +++++++++-------- 5 files changed, 2438 insertions(+), 2165 deletions(-) diff --git a/src/component/Canvas/CanvasEditor/components/SelectionPanel.vue b/src/component/Canvas/CanvasEditor/components/SelectionPanel.vue index d54bf5af..c00a57f6 100644 --- a/src/component/Canvas/CanvasEditor/components/SelectionPanel.vue +++ b/src/component/Canvas/CanvasEditor/components/SelectionPanel.vue @@ -10,24 +10,33 @@
- + {{ $t("手绘") }}
- + {{ $t("矩形") }}
- + {{ $t("椭圆") }}
@@ -38,15 +47,15 @@
- + {{ $t("创建") }}
- + {{ $t("创建并拷贝") }}
- + {{ $t("清除选择内容") }}
- +
- {{ t('Canvas.Scale') }}: {{ currentZoom }}% - - +
@@ -1024,7 +1055,11 @@ defineExpose({
--> -