feat: 节点测速调整

This commit is contained in:
2025-11-25 23:06:20 -08:00
parent 1809c11473
commit 909020654f
6 changed files with 112 additions and 263 deletions
@@ -95,6 +95,13 @@ class HINodeListController extends GetxController with WidgetsBindingObserver {
KRLogUtil.kr_i('调试模式已重置', tag: 'HINodeListController');
}
Future<void> kr_handleRefresh() async {
await kr_subscribeService.kr_refreshAll();
if (!homeController.kr_isLatency.value) {
homeController.kr_urlTest();
}
}
@override
void onInit() {
super.onInit();