From 74f0ba7b7a1958bc1051ee1ddbcc93fca9a4f96c Mon Sep 17 00:00:00 2001 From: mawei Date: Wed, 3 Jun 2026 17:23:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=85=8D=E8=B4=A3=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=E5=8E=BB=E6=8E=89=E6=9C=AB=E5=B0=BE=E6=84=9F=E5=8F=B9?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- selfdrive/ui/layouts/home.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/layouts/home.py b/selfdrive/ui/layouts/home.py index 013a664c..0cc424d6 100644 --- a/selfdrive/ui/layouts/home.py +++ b/selfdrive/ui/layouts/home.py @@ -184,7 +184,7 @@ class HomeLayout(Widget): # Display welcome text centered in content area font = gui_app.font(FontWeight.BOLD) text = "欢迎选用 MR.ONE" - subtitle = "这不是自动驾驶,请注意行车安全!" + subtitle = "这不是自动驾驶,请注意行车安全" font_size = 90 text_size = measure_text_cached(font, text, font_size)