导出页优化

This commit is contained in:
xuncha
2026-03-05 14:26:37 +08:00
parent 80420302c1
commit ca972d3e28
9 changed files with 78 additions and 60 deletions

View File

@@ -34,6 +34,7 @@ export interface ContactInfo {
displayName: string
remark?: string
nickname?: string
alias?: string
avatarUrl?: string
type: 'friend' | 'group' | 'official' | 'former_friend' | 'other'
}