修改indoor警报

This commit is contained in:
zqc
2026-04-01 17:16:41 +08:00
parent 59ab409d52
commit 8598098d32
3 changed files with 38 additions and 35 deletions

View File

@@ -245,7 +245,7 @@
const WS_PORT = config.port;
const WS_HOST = '29.1.70.11';
<!-- const WS_HOST = '127.0.0.1';-->
<!-- const WS_HOST = '127.0.0.1'; -->
const liveImage = document.getElementById('liveImage');
const statusBar = document.getElementById('status');
@@ -321,7 +321,8 @@
'Playing Phone': '玩手机',
'Unvaild Uniform!!': '违规着装',
'Unchecked Trunk': '未检查后备箱',
'Ignore': '漏检'
'Ignore': '漏检',
'Indoor Violation': '违规进入区域'
};
tag.textContent = actionMap[action] || action;
title.appendChild(tag);