feat: 提交国家分组功能和debug功能
This commit is contained in:
parent
2a1ee3018d
commit
59aa67d456
@ -411,7 +411,7 @@ class HINodeListView extends GetView<HINodeListController> {
|
||||
|
||||
final text = isDebug
|
||||
? '${controller.homeController.kr_getCountryFullName(item.country)} - ${item.tag}'
|
||||
: item.country;
|
||||
: '${controller.homeController.kr_getCountryFullName(item.country)}';
|
||||
|
||||
return Text(
|
||||
text,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user