feat: 新功能改进 #20

Merged
hera merged 57 commits from feat/next-improvements into main 2026-04-10 20:30:37 +00:00
Showing only changes of commit 4ae756c214 - Show all commits

View File

@@ -98,7 +98,7 @@
<button class="action-btn" @click="saveImage">💾 保存图片</button>
<button class="action-btn" @click="copyText">📋 复制文字</button>
<button
v-if="cardLang === 'en' && authStore.canManage"
v-if="cardLang === 'en' && authStore.isAdmin"
class="action-btn"
@click="openTranslationEditor"
> 修改翻译</button>