alroyso 3 周之前
父節點
當前提交
15ad3bfe24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/app/controller/GlobalController.dart

+ 1 - 1
lib/app/controller/GlobalController.dart

@@ -232,7 +232,7 @@ class GlobalController extends GetxController {
       }
       nodeModes.value = await ApiService().getNode("/api/client/v4/nodes?vless=1");
 
-
+      await makeProxy();
       if (!await checkAllCoresStopped()) {
         throw Exception("内核未启动");
       }