From b032c151647f9ddc65fe8367eaa9e0ed7f70c8fe Mon Sep 17 00:00:00 2001 From: Jokul Date: Sat, 11 Jul 2026 00:24:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=9E=E6=8E=A5=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=8F=B3=E9=94=AE=E8=8F=9C=E5=8D=95=20(=E8=BF=9E=E6=8E=A5/?= =?UTF-8?q?=E6=96=AD=E5=BC=80=E3=80=81=E7=BC=96=E8=BE=91=E3=80=81=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E3=80=81=E5=88=A0=E9=99=A4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ConnectionCard 移除悬浮操作按钮, 简化为纯展示+左键连接 - ConnectionList 新增右键上下文菜单 (Teleport to body) - 菜单项: 连接/断开(按状态切换)、编辑、复制连接、删除 - 删除前确认弹窗, 支持点击外部/右键关闭菜单 --- .../src/components/ConnectionCard.vue | 168 +----------------- .../src/components/ConnectionList.vue | 161 ++++++++++++++--- 2 files changed, 142 insertions(+), 187 deletions(-) diff --git a/src/renderer/src/components/ConnectionCard.vue b/src/renderer/src/components/ConnectionCard.vue index 324e828..ac23b80 100644 --- a/src/renderer/src/components/ConnectionCard.vue +++ b/src/renderer/src/components/ConnectionCard.vue @@ -1,14 +1,10 @@