Browse Source

修改标题

xuxinyi 4 tháng trước cách đây
mục cha
commit
2cf983623f
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      main/application.cc

+ 2 - 1
main/application.cc

@@ -567,7 +567,8 @@ void Application::OnClockTimer() {
                     time_t now = time(NULL);
                     char time_str[64];
                     strftime(time_str, sizeof(time_str), "%H:%M  ", localtime(&now));
-                    Board::GetInstance().GetDisplay()->SetStatus(time_str);
+                    const char* TestShow = "邗江区民政服务小助手";
+                    Board::GetInstance().GetDisplay()->SetStatus(TestShow);
                 });
             }
         }