导出群成员第一版

This commit is contained in:
xuncha
2026-01-31 14:26:13 +08:00
parent 04fc5f9104
commit 0cba8e6d89
6 changed files with 274 additions and 2 deletions

View File

@@ -232,6 +232,11 @@ export interface ElectronAPI {
}
error?: string
}>
exportGroupMembers: (chatroomId: string, outputPath: string) => Promise<{
success: boolean
count?: number
error?: string
}>
}
annualReport: {
getAvailableYears: () => Promise<{