feat: 修复auto情况和连接中...

This commit is contained in:
speakeloudest 2025-11-30 02:12:39 -08:00
parent d2ea8436f9
commit beae70edb7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"home": {
"welcome": "欢迎使用 Hi快VPN",
"disconnected": "未连接",
"connecting": "正在连接",
"connecting": "正在连接...",
"connected": "已连接",
"disconnecting": "正在断开",
"currentConnectionTitle": "当前连接",

View File

@ -158,7 +158,7 @@ class HINodeListView extends GetView<HINodeListController> {
),
),
Obx(() =>
controller.homeController.kr_coutryText.value ==
controller.homeController.kr_selectedCountryTag.value ==
'auto'
? KrLocalImage(
imageName: 'radio-active-icon',