fix(aiot): 修复confirm_seconds描述格式 - 统一标点符号风格

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 10:44:43 +08:00
parent 95354e09a7
commit 3b65e27212

View File

@@ -61,7 +61,7 @@ const paramDescMap: Record<string, string> = {
working_hours: '仅在指定时间段内进行监控留空表示24小时监控',
// 其他算法参数说明
cooldown_seconds: '触发告警后,多少秒内不再重复告警(用于周界入侵等算法)',
confirm_seconds: '入侵确认时间:持续检测到人达到该时间后触发告警。入侵消失确认:持续无人达到该时间后自动结束告警',
confirm_seconds: '持续检测到人达到该时间后触发告警持续无人达到该时间后自动结束告警',
};
// 获取参数的中文名称