Commit Graph

9 Commits

Author SHA1 Message Date
liumangmang
78e6fc3e47 feat: allow multiple terminal tabs per connection 2026-03-26 18:04:39 +08:00
liumangmang
43207e24bf feat: 为文件视图添加侧边栏标签页 2026-03-24 17:34:27 +08:00
liumangmang
a9cfef37c2 feat: 连接列表搜索高亮匹配文字
高亮匹配的搜索关键词(名称、主机、用户名、端口)。

- 连接名称、主机名、用户名、端口中的匹配文本会高亮为青色
- 使用 v-html 渲染高亮内容
- 转义正则特殊字符避免注入风险
2026-03-20 15:53:22 +08:00
liumangmang
1020d78b91 feat: 搜索词同步到 URL 查询参数
搜索词现在会同步到 URL 查询参数 ?q=xxx,刷新页面后保留搜索状态。

-连接列表页 ()
  - 监听 URL 查询参数变化,初始化搜索框
  - 搜索InputChange 时更新 URL
  - 清空搜索时移除 URL 查询参数
2026-03-20 15:50:40 +08:00
liumangmang
c1efd72d6d feat: 为连接列表添加搜索
在连接列表页加入前端即时搜索,支持按名称、主机、用户名和端口过滤连接。补充分离的无结果状态与清空操作,提升连接较多时的查找效率。
2026-03-18 23:59:26 +08:00
liumangmang
51b479a8f9 feat: 支持应用内多 SSH 终端标签页
- 新增 terminalTabs store 管理标签页状态
- 新增 TerminalWorkspaceView 终端工作区视图
- 修改 ConnectionsView 终端按钮改用标签页模式
- 修改 TerminalView 作为兼容入口自动跳转到工作区
- 同一连接默认只保留一个标签页
- 切换标签时保持各自 SSH 会话不断开
2026-03-18 23:05:03 +08:00
liumangmang
085123697e 增强 SSH/SFTP 稳定性并完善安全校验与前端交互 2026-03-11 23:14:39 +08:00
liumangmang
7e6ebd18a5 Refactor project structure and update .gitignore; enhance README with setup instructions and environment requirements. Clean up backend code for improved readability and maintainability. 2026-02-04 11:07:42 +08:00
liu
1c5a44ff71 Initial commit: SSH Manager (backend + frontend)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-03 09:10:06 +08:00