diff --git a/src/pages/ExportPage.tsx b/src/pages/ExportPage.tsx index 2a47938..7ec9d3a 100644 --- a/src/pages/ExportPage.tsx +++ b/src/pages/ExportPage.tsx @@ -6008,7 +6008,7 @@ function ExportPage() { }) }} > - {!canExport ? '暂无会话' : isRunning ? '导出中...' : isQueued ? '排队中' : '单会话导出'} + {!canExport ? '暂无会话' : isRunning ? '导出中...' : isQueued ? '排队中' : '导出'} {hasRecentExport && {recentExportTime}}