From c91e68c9f1a4a368ea97f800abcd5b50a5f1ac2c Mon Sep 17 00:00:00 2001 From: march3 Date: Sun, 23 Jul 2023 17:36:46 +0800 Subject: [PATCH] =?UTF-8?q?Python=E8=B6=85=E4=BA=BA-=E5=AE=87=E5=AE=99?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sim_scenes/solar_system/solar_system_reality.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_scenes/solar_system/solar_system_reality.py b/sim_scenes/solar_system/solar_system_reality.py index cfa7bc0..18b33ed 100644 --- a/sim_scenes/solar_system/solar_system_reality.py +++ b/sim_scenes/solar_system/solar_system_reality.py @@ -120,7 +120,7 @@ if __name__ == '__main__': dt = time_data.get_datetime(str(current_time)) # print(time_data.get_datetime(str(current_time))) - ControlUI.current_ui.show_message(dt.strftime('%Y-%m-%d %H:%M:%S'), font="simsun.ttc", close_time=-1) + ControlUI.current_ui.show_message(dt.strftime('%Y-%m-%d %H:%M:%S'), font="verdana.ttf", close_time=-1) # 运行中,每时每刻都会触发 on_timer_changed -- GitLab