alroyso 3 tháng trước cách đây
mục cha
commit
8ea3be4612
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/app/controller/GlobalController.dart

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

@@ -236,6 +236,7 @@ class GlobalController extends GetxController {
       if (!await checkAllCoresStopped()) {
         throw Exception("内核未启动");
       }
+      await controllers.cc_service.reloadClashCore();
       await swift(selectedNode.value?.name ?? "");
 
     } catch (e) {