Commit Graph

163 Commits

Author SHA1 Message Date
yinjianm f2f9c754f8 feat(workspace): add workbench layout and traffic totals
Rework the default /workspace layout into a three-column view
with a left-side Workbench, centered terminal, and right-side
status monitor.

Add a new Workbench pane that groups file manager, command
history, and editor into tabs while preserving panel state.
Extend server status data to expose cumulative network upload
and download totals since boot, and show them in the monitor.

Include a lightweight migration for the old default layout and
update related locale strings, pane metadata, and knowledge
base records.
2026-03-25 03:58:45 +08:00
Baobhan Sith 092442b37c fix: 修复私钥密码不导出的问题
#66
2025-06-04 10:25:10 +08:00
Baobhan Sith c277abdde6 update 2025-06-04 09:15:31 +08:00
Baobhan Sith 27fa1caa1f 调整代码结构 2025-06-01 15:35:42 +08:00
Baobhan Sith 33422a215c 整理代码结构 2025-06-01 15:31:06 +08:00
Baobhan Sith 807a48a7dd feat: 为快捷指令添加变量功能
#57
2025-05-30 09:25:46 +08:00
Baobhan Sith ef33726a11 fix: 修复移动端终端字号加载异常的问题
#53
2025-05-29 18:28:12 +08:00
Baobhan Sith acef4daf99 update 2025-05-28 11:49:41 +08:00
Baobhan Sith 81b26cd696 feat: 添加自定义终端html背景的功能 2025-05-27 15:32:37 +08:00
Baobhan Sith e11cc66114 feat: 添加自定义终端背景html功能 2025-05-27 09:33:25 +08:00
Baobhan Sith 69f5767025 feat: 修改连接导出的文件格式 2025-05-26 19:18:39 +08:00
Baobhan Sith 3c895d5bd7 feat: 添加跳板机功能 2025-05-26 19:18:17 +08:00
Baobhan Sith 5f7c757249 feat: 添加编辑器自定义字体功能 2025-05-23 23:47:24 +08:00
Baobhan Sith ae60e0c398 feat: 添加路径收藏功能 2025-05-23 18:47:04 +08:00
Baobhan Sith f8282fe9c0 feat: 添加历史路径功能 2025-05-23 15:58:26 +08:00
Baobhan Sith d8f0524b7c feat: 增加对文件管理器中软链接的处理 2025-05-23 11:50:41 +08:00
Baobhan Sith a4893e5625 feat: 添加终端背景蒙版透明度设置
Related to #36
2025-05-16 14:41:16 +08:00
Baobhan Sith 0ce9f27fc6 update 2025-05-15 20:17:31 +08:00
Baobhan Sith d59794928a update 2025-05-15 19:49:12 +08:00
Baobhan Sith b9d1a70b9a Update sftp.service.ts 2025-05-15 19:28:53 +08:00
Baobhan Sith 0e396a92fa feat: 状态监视器添加IP地址显示 2025-05-15 00:26:46 +08:00
Baobhan Sith 2fb930e8e9 fix: 修复SFTP上传在特定条件下因ERR_STREAM_DESTROYED错误导致失败的问题
- 调整了 `sftp.service.ts` 中 `WriteStream` 的 `end` 事件回调处理逻辑。
  当收到 `ERR_STREAM_DESTROYED` 错误但所有字节已确认写入时,不再立即中止上传流程,
  而是依赖后续的 `close` 事件来最终确认上传状态并通知前端。
2025-05-14 19:09:27 +08:00
Baobhan Sith d559916b5e Update ssh.service.ts 2025-05-14 12:48:25 +08:00
Baobhan Sith b4a00d80d3 fix: 修复文件写入后权限和原文件不匹配的问题 2025-05-14 11:50:46 +08:00
Baobhan Sith 52b797837e feat: 为文件管理器添加右键“解/压缩”功能
Refs #28
2025-05-13 00:26:55 +08:00
Baobhan Sith 7b28bad763 Update import-export.service.ts 2025-05-12 11:18:25 +08:00
Baobhan Sith d5c916cd3f Update sftp.service.ts 2025-05-12 09:03:36 +08:00
Baobhan Sith 88508ea472 feat: 修复 SFTP 删除文件夹权限问题,添加兼容模式 2025-05-12 08:40:29 +08:00
Baobhan Sith 7ee8ffb90a feat: 添加CAPTCHA验证 2025-05-11 19:58:49 +08:00
Baobhan Sith 12260681b7 feat: 更改导出连接的格式 2025-05-11 19:10:02 +08:00
Baobhan Sith d7bee11383 feat: 添加通知功能自定义telegram域名功能 2025-05-11 13:02:09 +08:00
Baobhan Sith 598df938bf feat: 添加标签管理模态框 2025-05-11 11:20:26 +08:00
Baobhan Sith d37158144e update 2025-05-10 17:51:32 +08:00
Baobhan Sith b702eb3b88 feat: 添加导出连接功能 2025-05-10 16:35:20 +08:00
Baobhan Sith b1865b72da update 2025-05-10 14:54:21 +08:00
Baobhan Sith f3b190bd24 feat: 添加挂起会话导出日志功能 2025-05-10 14:29:21 +08:00
Baobhan Sith 43aec26632 update 2025-05-10 11:10:34 +08:00
Baobhan Sith 05747a46e1 feat: 完成修改挂起会话名称的功能 2025-05-10 09:44:53 +08:00
Baobhan Sith 61e7b64333 update 2025-05-10 01:23:47 +08:00
Baobhan Sith c36e961426 update 2025-05-10 00:00:31 +08:00
Baobhan Sith 787114bb4c update 2025-05-08 16:43:02 +08:00
Baobhan Sith 7513e98cdf Update passkey.service.ts 2025-05-08 16:28:37 +08:00
Baobhan Sith c9519c5271 update 2025-05-08 16:22:44 +08:00
Baobhan Sith 0972813bf7 update 2025-05-08 15:58:31 +08:00
Baobhan Sith 20a741e314 Update passkey.service.ts 2025-05-08 15:55:38 +08:00
Baobhan Sith f8432cdfef update 2025-05-08 15:44:27 +08:00
Baobhan Sith 0f80c77e60 Update passkey.service.ts 2025-05-08 15:23:23 +08:00
Baobhan Sith af417af7b6 Update passkey.service.ts 2025-05-08 15:19:34 +08:00
Baobhan Sith e231402a97 Update passkey.service.ts 2025-05-08 15:16:17 +08:00
Baobhan Sith ca42eab1b5 Update passkey.service.ts 2025-05-08 15:07:35 +08:00