裁剪图片语言适配

This commit is contained in:
李志鹏
2025-11-12 16:18:27 +08:00
parent cc708ad431
commit 54aba49141
3 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
<div v-if="showPanel" class="crop-image-overlay" @click.self="close">
<div class="crop-image-modal">
<div class="modal-header">
<h3>{{ $t("裁剪图片") }}</h3>
<h3>{{ $t("Canvas.cropImage") }}</h3>
<button class="close-btn" @click="close">&times;</button>
</div>