refactor(国际化): 将BackgroundOverallCommon中的硬编码文本替换为国际化翻译键 (#17050)

This commit is contained in:
Minamiyama
2025-09-22 15:25:53 +08:00
committed by GitHub
parent 68cc51958b
commit 458c3300df

View File

@@ -218,7 +218,7 @@
class="image-hint"
:class="`image-hint_${themes}`"
>
支持JPGPNGGIFSVG
{{ t('visualization.panel_background_image_tips') }}
</span>
<el-button
@@ -229,7 +229,7 @@
@click="goFile"
:disabled="!state.commonBackground.backgroundImageEnable"
>
重新上传
{{ t('visualization.reUpload') }}
</el-button>
</el-row>
</div>