From 59aa67d45651112459dd9d05c2145f6fcca10fc1 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Sun, 16 Nov 2025 22:51:30 -0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E4=BA=A4=E5=9B=BD=E5=AE=B6?= =?UTF-8?q?=E5=88=86=E7=BB=84=E5=8A=9F=E8=83=BD=E5=92=8Cdebug=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/app/modules/hi_node_list/views/hi_node_list_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/modules/hi_node_list/views/hi_node_list_view.dart b/lib/app/modules/hi_node_list/views/hi_node_list_view.dart index 86044e4..1018e8e 100755 --- a/lib/app/modules/hi_node_list/views/hi_node_list_view.dart +++ b/lib/app/modules/hi_node_list/views/hi_node_list_view.dart @@ -411,7 +411,7 @@ class HINodeListView extends GetView { final text = isDebug ? '${controller.homeController.kr_getCountryFullName(item.country)} - ${item.tag}' - : item.country; + : '${controller.homeController.kr_getCountryFullName(item.country)}'; return Text( text,