|
@@ -229,8 +229,9 @@ class HomeController extends GetxController {
|
|
|
}
|
|
|
await controllers.global.fetchNodes();
|
|
|
nodeModes = controllers.global.nodeModes;
|
|
|
+ await Future.delayed(Duration(seconds: 2)); // 等待核心状态更新
|
|
|
isLoading.value = false;
|
|
|
- //await Future.delayed(Duration(seconds: 2)); // 等待核心状态更新
|
|
|
+
|
|
|
// await connectionService.coreInit();
|
|
|
});
|
|
|
}
|