feat(desktop): report current user online clients

This commit is contained in:
2026-05-06 18:25:05 +08:00
parent 930f095c64
commit 47681ab1f5
12 changed files with 297 additions and 12 deletions
+2
View File
@@ -115,6 +115,8 @@ export interface DesktopClientHeartbeatRequest {
export interface DesktopClientHeartbeatResponse {
client: DesktopClientInfo
server_time: string
online_client_count?: number
current_user_online_client_count?: number
}
export interface DesktopClientRotateResponse {