feat(chat): add group members sidebar with owner/friend badges

This commit is contained in:
tisonhuang
2026-03-02 17:13:10 +08:00
parent 5cb364f754
commit 7bd801cd01
4 changed files with 537 additions and 11 deletions

View File

@@ -323,6 +323,7 @@ export interface ElectronAPI {
alias?: string
remark?: string
groupNickname?: string
isOwner?: boolean
}>
error?: string
}>
@@ -638,6 +639,7 @@ export interface ExportProgress {
current: number
total: number
currentSession: string
currentSessionId?: string
phase: 'preparing' | 'exporting' | 'exporting-media' | 'exporting-voice' | 'writing' | 'complete'
phaseProgress?: number
phaseTotal?: number