From ca10456b2bee7b72288ef1d5972cfbd1f61556f8 Mon Sep 17 00:00:00 2001 From: Tian jianyong <11429339@qq.com> Date: Sun, 28 Dec 2025 16:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E5=A4=9A=E4=BD=99=E5=86=92?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- face_rec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/face_rec.py b/face_rec.py index 51463ce..7a47273 100644 --- a/face_rec.py +++ b/face_rec.py @@ -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: