refactor(export): simplify session export title and toolbar text

This commit is contained in:
tisonhuang
2026-03-05 10:26:09 +08:00
parent 4adedad0de
commit fbe5109ed9

View File

@@ -3812,10 +3812,10 @@ function ExportPage() {
</div> </div>
<div className="export-section-title-row"> <div className="export-section-title-row">
<h3 className="export-section-title"></h3> <h3 className="export-section-title"></h3>
<SectionInfoTooltip <SectionInfoTooltip
label="按会话批量导出" label="按会话导出"
heading="按会话批量导出说明" heading="按会话导出说明"
messages={[ messages={[
'按会话维度导出完整上下文,适合按客户、项目或群组进行归档。', '按会话维度导出完整上下文,适合按客户、项目或群组进行归档。',
'你可以先在列表中筛选目标会话,再批量导出,结果会保留每个会话的结构与时间线。' '你可以先在列表中筛选目标会话,再批量导出,结果会保留每个会话的结构与时间线。'
@@ -3930,7 +3930,6 @@ function ExportPage() {
> >
{isAllVisibleSelected ? '取消全选当前筛选' : '全选当前筛选'} {isAllVisibleSelected ? '取消全选当前筛选' : '全选当前筛选'}
</button> </button>
<span className="selection-summary"> {selectedCount} </span>
<span className="selection-summary muted"> <span className="selection-summary muted">
{visibleSelectedCount}/{visibleSelectableCount} {visibleSelectedCount}/{visibleSelectableCount}
</span> </span>