From cd73c113e97ca401104c65ec6771b761015cb3e5 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 8 Jun 2026 16:58:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=AA=E8=A1=A8=E6=9D=BF=E3=80=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=9B=BE=E8=A1=A8=E6=82=AC=E6=B5=AE=E6=93=8D=E4=BD=9C=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=98=BE=E7=A4=BA=E5=BC=80=E5=85=B3=EF=BC=8C=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=9C=A8=E4=B8=BB=E9=A2=98=E8=AE=BE=E7=BD=AE=E4=B8=AD?= =?UTF-8?q?=E6=8C=89=E9=9C=80=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard-style/OverallSetting.vue | 24 ++++++++++++++++++ .../canvas/ComponentWrapper.vue | 7 +++++- .../visualization/CanvasBaseSetting.vue | 25 +++++++++++++++++++ core/core-frontend/src/locales/en.ts | 2 ++ core/core-frontend/src/locales/tw.ts | 2 ++ core/core-frontend/src/locales/zh-CN.ts | 2 ++ core/core-frontend/src/utils/canvasUtils.ts | 6 +++++ .../editor/util/dataVisualization.ts | 1 + 8 files changed, 68 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/OverallSetting.vue b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/OverallSetting.vue index 64531ee895..54bf1495a6 100644 --- a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/OverallSetting.vue +++ b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/OverallSetting.vue @@ -255,6 +255,30 @@ + + + + {{ t('visualization.hover_button_tips') }} + + + + + + + + + { + + +
+ {{ t('visualization.hover_button_tips') }} + + + + + + +
+
+
+