From ade912687c7f4555101233d8d53568ffd6262a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Tue, 26 May 2026 11:29:08 +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=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=9B=BE=E8=A1=A8=E9=A2=84=E8=A7=88=E6=93=8D=E4=BD=9C=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=8E=A7=E5=88=B6=20(#18486)?= 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 d41be9fd6c..655fce7f53 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') }} + + + + + + +
+
+
+