From c1efd72d6dc00e3198996e64a943b9d6e37db9d1 Mon Sep 17 00:00:00 2001 From: liumangmang Date: Wed, 18 Mar 2026 23:59:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=E8=BF=9E=E6=8E=A5=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=B7=BB=E5=8A=A0=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在连接列表页加入前端即时搜索,支持按名称、主机、用户名和端口过滤连接。补充分离的无结果状态与清空操作,提升连接较多时的查找效率。 --- frontend/src/views/ConnectionsView.vue | 138 ++++++++++++++++++------- 1 file changed, 99 insertions(+), 39 deletions(-) diff --git a/frontend/src/views/ConnectionsView.vue b/frontend/src/views/ConnectionsView.vue index b272727..7ebdb3d 100644 --- a/frontend/src/views/ConnectionsView.vue +++ b/frontend/src/views/ConnectionsView.vue @@ -1,27 +1,49 @@ -