chore(export): shorten session export label

This commit is contained in:
aits2026
2026-03-10 14:48:34 +08:00
parent da054de708
commit 092450e4f8

View File

@@ -6008,7 +6008,7 @@ function ExportPage() {
})
}}
>
{!canExport ? '暂无会话' : isRunning ? '导出中...' : isQueued ? '排队中' : '单会话导出'}
{!canExport ? '暂无会话' : isRunning ? '导出中...' : isQueued ? '排队中' : '导出'}
</button>
{hasRecentExport && <span className="row-export-time">{recentExportTime}</span>}
</div>