feat: 提交国家分组功能和debug功能
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user