|
@@ -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}"),
|
|
|
],
|
|
|
);
|
|
|
})
|