修正VMess 和 VLESS TLS配置问题,并且修改了切换节点的逻辑

(cherry picked from commit 8c34c2b0d31ee37a566de6dcb3ec62b7bb0a7222)
This commit is contained in:
2025-10-31 15:16:49 +08:00
committed by speakeloudest
parent b79ce2d15a
commit c5715f77e2
4 changed files with 232 additions and 29 deletions
@@ -99,6 +99,7 @@ class KRHomeConnectionInfoView extends GetView<KRHomeController> {
children: [
Obx(() {
final delay = controller.kr_currentNodeLatency.value;
print('🔵 UI延迟显示更新: delay=$delay');
// 获取延迟颜色
Color getLatencyColor(int delay) {