From beae70edb7d24a3bdb9495019d3c1189584db9c2 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Sun, 30 Nov 2025 02:12:39 -0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8Dauto=E6=83=85?= =?UTF-8?q?=E5=86=B5=E5=92=8C=E8=BF=9E=E6=8E=A5=E4=B8=AD...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/translations/strings_zh.i18n.json | 2 +- lib/app/modules/hi_node_list/views/hi_node_list_view.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/translations/strings_zh.i18n.json b/assets/translations/strings_zh.i18n.json index ac4b7ef..9387955 100755 --- a/assets/translations/strings_zh.i18n.json +++ b/assets/translations/strings_zh.i18n.json @@ -2,7 +2,7 @@ "home": { "welcome": "欢迎使用 Hi快VPN", "disconnected": "未连接", - "connecting": "正在连接", + "connecting": "正在连接...", "connected": "已连接", "disconnecting": "正在断开", "currentConnectionTitle": "当前连接", 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 4861625..2452127 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 @@ -158,7 +158,7 @@ class HINodeListView extends GetView { ), ), Obx(() => - controller.homeController.kr_coutryText.value == + controller.homeController.kr_selectedCountryTag.value == 'auto' ? KrLocalImage( imageName: 'radio-active-icon',