diff --git a/src/pages/ExportPage.tsx b/src/pages/ExportPage.tsx index 49d9702..6ca21e5 100644 --- a/src/pages/ExportPage.tsx +++ b/src/pages/ExportPage.tsx @@ -3832,7 +3832,7 @@ function ExportPage() { ? '--' : typeof displayedMessageCount === 'number' ? displayedMessageCount.toLocaleString('zh-CN') - : (isLoadingSessionCounts ? '统计中…' : '--') + : '获取中' return (
@@ -3910,7 +3910,6 @@ function ExportPage() {
) }, [ - isLoadingSessionCounts, lastExportBySession, nowTick, openSessionDetail,