mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
refactor(export): simplify session export title and toolbar text
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user