feat(frontend): 新增全局服务器快捷检索并优化工作台

新增 Ctrl+Shift+F 全局服务器检索面板,支持对 SSH、
RDP、VNC 连接进行本地模糊搜索、键盘导航与直接连接,
并统一复用现有 sessionStore 连接链路

同时将 Workbench 导航从左侧竖排 icon rail 调整为标题上方
横向纯图标栏,并补充终端标签页“关闭全部”菜单项
This commit is contained in:
yinjianm
2026-03-30 02:18:23 +08:00
parent d3e8d598b8
commit 6160be6e08
16 changed files with 811 additions and 57 deletions
+11
View File
@@ -1636,9 +1636,20 @@
"serverEntryTitle": "{name} · {count} 个终端",
"terminalCount": "{count} 个终端"
},
"globalConnectionSearch": {
"shortcut": "Ctrl+Shift+F",
"title": "全局服务器检索",
"placeholder": "输入名称、主机、用户名或类型...",
"loading": "正在加载连接列表...",
"emptyHint": "输入任意关键词开始模糊检索服务器,或直接选择最近连接。",
"noResults": "没有找到与 “{query}” 匹配的服务器。",
"footerHint": "支持 SSH / RDP / VNC 全类型快速连接",
"footerActions": "↑↓ 切换 · Enter 连接 · Esc 关闭"
},
"tabs": {
"contextMenu": {
"close": "关闭标签页",
"closeAll": "关闭全部标签页",
"closeOthers": "关闭其他标签页",
"closeRight": "关闭右侧标签页",
"closeLeft": "关闭左侧标签页",