增加视频监控页面

This commit is contained in:
15683799673
2025-07-21 03:38:19 +08:00
parent f18b3ae03e
commit ee1365cd4c
17 changed files with 403 additions and 106 deletions

View File

@@ -0,0 +1,4 @@
export interface CacheNode {
player: any; // 播放器控制对象
data: any; // 播放节点参数
}