From 14d23a5824e400e12565ede349d9c94b1bfa8d32 Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Mon, 4 May 2026 17:11:13 +0800 Subject: [PATCH] feat: refactor the new connection dialog --- .../connection/ConnectionDialog.vue | 427 +++++++++++++----- src/i18n/locales/en.ts | 11 + src/i18n/locales/zh-CN.ts | 9 + 3 files changed, 327 insertions(+), 120 deletions(-) diff --git a/src/components/connection/ConnectionDialog.vue b/src/components/connection/ConnectionDialog.vue index 9f4ea18ea..6107dba0d 100644 --- a/src/components/connection/ConnectionDialog.vue +++ b/src/components/connection/ConnectionDialog.vue @@ -1,5 +1,5 @@