alroyso 1 year ago
parent
commit
15f938401a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/app/modules/home/views/home_view.dart

+ 2 - 0
lib/app/modules/home/views/home_view.dart

@@ -223,6 +223,8 @@ class HomeView extends GetView<HomeController> {
                 // ElevatedButton(onPressed: () async {
                 //   await  controllers.global.hideConsole();
                 // }, child: Text("隐藏控制台")),
+                const SizedBox(height: 10,),
+                Text("当前:${controllers.global.sysInfo.value}"),
               ],
             );
           })