feat: 提交国家分组功能和debug功能
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 20m13s
Build Windows / build (push) Has been cancelled

This commit is contained in:
2025-11-16 22:51:30 -08:00
parent 2a1ee3018d
commit 59aa67d456
@@ -411,7 +411,7 @@ class HINodeListView extends GetView<HINodeListController> {
final text = isDebug final text = isDebug
? '${controller.homeController.kr_getCountryFullName(item.country)} - ${item.tag}' ? '${controller.homeController.kr_getCountryFullName(item.country)} - ${item.tag}'
: item.country; : '${controller.homeController.kr_getCountryFullName(item.country)}';
return Text( return Text(
text, text,