feat: 优化增量导入交互和文案

This commit is contained in:
digua
2026-02-11 21:10:39 +08:00
committed by digua
parent 6c58049506
commit cb443ea7ea
2 changed files with 2 additions and 2 deletions
@@ -301,7 +301,7 @@ function translateError(error: string): string {
</template>
<template #footer>
<div class="flex justify-end gap-2">
<div class="flex w-full justify-end gap-2">
<!-- 选择阶段 -->
<template v-if="stage === 'select'">
<UButton color="neutral" variant="ghost" @click="isOpen = false">
+1 -1
View File
@@ -41,7 +41,7 @@
"duplicates": "重复消息",
"noNewMessages": "文件中没有新消息,所有消息都已存在",
"importing": "正在导入...",
"import": "导入 {count} 条消息",
"import": "确认导入 {count} 条消息",
"success": "导入成功",
"successDetail": "成功追加 {count} 条新消息",
"failed": "导入失败"