大哥 主播 即时消息 三合一

This commit is contained in:
2026-02-04 19:56:19 +08:00
parent 85e5d1ccb7
commit 791560af2e
52 changed files with 8324 additions and 4611 deletions

View File

@@ -60,9 +60,21 @@ export interface UpdateProgress {
total: number
}
export interface ViewStats {
viewId: number
group: string
greeting: number
invite: number
reply: number
unread: number
}
export interface GreetingStats {
greetingCount: number
inviteCount: number
replyCount: number
unreadCount: number
details: ViewStats[]
}
export interface ElectronAPI {