feat: 修复节点切换bug

This commit is contained in:
2025-12-04 07:37:39 -08:00
parent d63b3bfc3c
commit 17860e333c
2 changed files with 23 additions and 12 deletions
@@ -1504,6 +1504,7 @@ class KRHomeController extends GetxController with WidgetsBindingObserver {
},
(_) {
// 切换成功
KRSingBoxImp.instance.kr_startNodeSelectionMonitor(tag);
KRLogUtil.kr_i('✅ selectOutbound 调用成功', tag: 'HomeController');
},
);