From c34f7af6ded66c875c0c45c76fa2832fe7fe9aa8 Mon Sep 17 00:00:00 2001 From: tisonhuang Date: Sun, 1 Mar 2026 16:56:03 +0800 Subject: [PATCH] chore(export): shorten card exported labels --- src/pages/ExportPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ExportPage.tsx b/src/pages/ExportPage.tsx index 2d18979..f2190b0 100644 --- a/src/pages/ExportPage.tsx +++ b/src/pages/ExportPage.tsx @@ -1163,7 +1163,7 @@ function ExportPage() { label: contentTypeLabels[item.type], stats: [ { label: '总会话数', value: totalSessions }, - { label: '已导出会话数', value: exported } + { label: '已导出', value: exported } ] } }) @@ -1174,7 +1174,7 @@ function ExportPage() { label: '朋友圈', stats: [ { label: '朋友圈条数', value: snsStats.totalPosts }, - { label: '已导出朋友圈条数', value: snsExportedCount } + { label: '已导出', value: snsExportedCount } ] }