From 994e5e08cba4e6b9ce321b7cf5cb1ec8d19dfa22 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期二, 12 四月 2022 17:50:21 +0800 Subject: [PATCH] 摄像机管理 --- src/Pool/VideoRuleData.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/Pool/VideoRuleData.ts b/src/Pool/VideoRuleData.ts index 59e7d8f..a49fec8 100644 --- a/src/Pool/VideoRuleData.ts +++ b/src/Pool/VideoRuleData.ts @@ -63,6 +63,7 @@ ] this.selectResolution = '1002' this.hasCtrlC = false + } public async update() { -- Gitblit v1.8.0