feat: 新增流媒体/信令服务状态卡片

This commit is contained in:
yangsy
2025-12-12 10:44:00 +08:00
parent 77406f1932
commit 5bfda437a6
7 changed files with 102 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
export interface MediaServerStatus {
id: string;
ip: string;
online: boolean;
}