From efbc337e89cc4817ef53dae9a3bdf0d438c5657d Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 21 Mar 2025 18:14:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E4=BB=AA=E8=A1=A8=E6=9D=BF=E6=9F=A5=E8=AF=A2=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=94=AF=E6=8C=81=E5=86=BB=E7=BB=93=E5=9C=A8=E9=A1=B6?= =?UTF-8?q?=E9=83=A8#15435?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data-visualization/canvas/Shape.vue | 21 ++++++++++++++++--- .../src/custom-component/component-list.ts | 1 + core/core-frontend/src/locales/en.ts | 1 + core/core-frontend/src/locales/tw.ts | 1 + core/core-frontend/src/locales/zh-CN.ts | 1 + .../store/modules/data-visualization/copy.ts | 3 +++ core/core-frontend/src/utils/canvasUtils.ts | 3 +++ .../editor/editor-style/VQueryChartStyle.vue | 20 ++++++++++++++++++ .../data-visualization/PreviewCanvas.vue | 10 +++++++-- 9 files changed, 56 insertions(+), 5 deletions(-) diff --git a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue index 687e8f6bcc..070d5165a8 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue @@ -1,7 +1,7 @@