Commit Graph

291 Commits

Author SHA1 Message Date
Baobhan Sith 9f49900e1b style: 添加预设样式 2025-05-28 08:53:30 +08:00
Baobhan Sith 6175b38386 style: 添加预设样式 2025-05-28 08:51:55 +08:00
Baobhan Sith c6ae808ac8 Create 静态冰蓝玻璃背景.html 2025-05-28 02:37:02 +08:00
Baobhan Sith 4966d2e575 style: 添加预设样式 2025-05-27 21:36:06 +08:00
Baobhan Sith c7fd6c3df7 feat: 添加自定义终端字体描边和阴影设置项 2025-05-27 19:15:52 +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
dependabot[bot] 34573ac1eb Bump multer from 1.4.5-lts.2 to 2.0.0 in /packages/backend
Bumps [multer](https://github.com/expressjs/multer) from 1.4.5-lts.2 to 2.0.0.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/v2.0.0/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v1.4.5-lts.2...v2.0.0)

---
updated-dependencies:
- dependency-name: multer
  dependency-version: 2.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-20 11:10:28 +00:00
Baobhan Sith 7cc1c6f561 Update package.json 2025-05-20 19:08:08 +08:00
Baobhan Sith 56833d58e1 update 2025-05-16 22:49:07 +08:00
Baobhan Sith 9761fb5109 Update transfers.service.ts 2025-05-16 21:23:30 +08:00
Baobhan Sith ecf7b959ec update 2025-05-16 20:36:20 +08:00
Baobhan Sith fcaf1be506 update 2025-05-16 20:15:12 +08:00
Baobhan Sith 63cd69c8a2 Update transfers.service.ts 2025-05-16 19:56:03 +08:00
Baobhan Sith 976a553f84 update 2025-05-16 19:38:15 +08:00
Baobhan Sith 1dcdea2425 Update transfers.service.ts 2025-05-16 19:24:57 +08:00
Baobhan Sith a6dac55045 Update transfers.service.ts 2025-05-16 18:40:21 +08:00
Baobhan Sith 9be252bf2d update 2025-05-16 17:42:52 +08:00
Baobhan Sith c91e44cb32 update 2025-05-16 16:43:56 +08:00
Baobhan Sith a4893e5625 feat: 添加终端背景蒙版透明度设置
Related to #36
2025-05-16 14:41:16 +08:00
Baobhan Sith 6dff17a769 feat: 修改终端背景图片的存储路径更新为data文件夹
Related to #36
2025-05-16 14:20:14 +08:00
Baobhan Sith 98600c8961 update 2025-05-16 14:12:31 +08:00
Baobhan Sith 23d5ba7ac6 update 2025-05-15 20:18:34 +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 15d279e6f5 fix: 统一文本保存为 Unix LF 格式 2025-05-14 09:11:20 +08:00
Baobhan Sith 93b5ac79c1 Update docker.handler.ts 2025-05-13 18:25:30 +08:00
Baobhan Sith fc7b49e91b Update ssh.handler.ts 2025-05-13 17:37:59 +08:00
Baobhan Sith 6bd1682ffe fix: 处理会话恢复后的状态监控启动 2025-05-13 17:37:01 +08:00
Baobhan Sith e886d13ed3 feat: 添加"弹出文件管理器窗口"设置项 2025-05-13 08:47:42 +08:00
Baobhan Sith 52b797837e feat: 为文件管理器添加右键“解/压缩”功能
Refs #28
2025-05-13 00:26:55 +08:00
Baobhan Sith 978aa942fb feat: 添加“终端右键粘贴”设置 2025-05-12 22:23:01 +08:00
Baobhan Sith 170d2f3939 fix: 修复终端乱码问题
Refs #28
2025-05-12 17:38:23 +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 f217eecde4 update 2025-05-12 00:35:04 +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