From 458c3300df1c43ba1c37e55fc73f5c7db7aa583d Mon Sep 17 00:00:00 2001 From: Minamiyama Date: Mon, 22 Sep 2025 15:25:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BD=E9=99=85=E5=8C=96):=20?= =?UTF-8?q?=E5=B0=86BackgroundOverallCommon=E4=B8=AD=E7=9A=84=E7=A1=AC?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E6=96=87=E6=9C=AC=E6=9B=BF=E6=8D=A2=E4=B8=BA?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E7=BF=BB=E8=AF=91=E9=94=AE=20(#1705?= =?UTF-8?q?0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component-background/BackgroundOverallCommon.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue b/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue index 57659141b0..a026a132ec 100644 --- a/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue +++ b/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue @@ -218,7 +218,7 @@ class="image-hint" :class="`image-hint_${themes}`" > - 支持JPG、PNG、GIF、SVG + {{ t('visualization.panel_background_image_tips') }} - 重新上传 + {{ t('visualization.reUpload') }}