feat: 先改变节点选择方法
Some checks failed
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 20m11s
Build Windows / build (push) Has been cancelled

This commit is contained in:
speakeloudest 2025-11-14 20:19:10 -08:00
parent 89d6ec3c76
commit 76e83e0135

View File

@ -371,15 +371,6 @@ class HINodeListView extends GetView<HINodeListController> {
);
}
///
void _onNodeSelected(KROutboundItem item) {
KRLogUtil.kr_i('Node selected: ${item.tag}');
KRSingBoxImp.instance.kr_selectOutbound(item.tag);
controller.homeController.kr_selectNode(item.tag);
//
controller.homeController.kr_currentListStatus.value = KRHomeViewsListStatus.kr_none;
}
/// UI
Widget _kr_buildNodeListItem(BuildContext context, {required KROutboundItem item}) {
return Container(