首页免责声明去掉末尾感叹号

This commit is contained in:
mawei
2026-06-03 17:23:36 +08:00
parent cdf424d261
commit 74f0ba7b7a
+1 -1
View File
@@ -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)