feat(export): add session name prefix toggle in layout dropdown

This commit is contained in:
tisonhuang
2026-03-05 10:36:29 +08:00
parent ecae83f659
commit 36f1476782
5 changed files with 233 additions and 11 deletions

View File

@@ -801,6 +801,7 @@ export interface ExportOptions {
excelCompactColumns?: boolean
txtColumns?: string[]
sessionLayout?: 'shared' | 'per-session'
sessionNameWithTypePrefix?: boolean
displayNamePreference?: 'group-nickname' | 'remark' | 'nickname'
exportConcurrency?: number
}