alroyso 3 tháng trước cách đây
mục cha
commit
15ad3bfe24
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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("内核未启动");
       }