fix: canvas编辑工具的title随选择语言变化

This commit is contained in:
zhangyh
2025-09-16 16:58:23 +08:00
parent eabcc89dfe
commit 5fed96a1e1
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<div
class="image-list-trigger"
@click="showPanel = true"
:title="$t('打开图片库')"
:title="$t('Canvas.photoGallery')"
>
<SvgIcon name="CImageList" :size="20" />
</div>