删掉多余冒号

This commit is contained in:
Tian jianyong 2025-12-28 16:28:50 +08:00
parent c9aa5b14ea
commit ca10456b2b

View File

@ -326,7 +326,7 @@ class FaceRecognitionSystem:
# 模式 + 状态信息在同一行
if mode_prefix or status_parts:
status_texts.append(mode_prefix + ": ".join(status_parts))
status_texts.append(mode_prefix + " ".join(status_parts))
# 如果没有状态需要显示,直接返回原帧
if not status_texts: