feat: 导出页面新增群昵称 备注等选择

This commit is contained in:
xuncha
2026-01-25 10:45:38 +08:00
parent 9181ac5d34
commit 4e9c81a93d
4 changed files with 241 additions and 10 deletions

View File

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