yinjianm
3f6e2bffc6
feat(frontend): 增强工作台快捷指令与仪表盘能力
...
补充快捷指令动态变量解析与编辑弹窗一键插入,
统一列表执行、粘贴到终端和批量发送的处理链路
扩展快捷命令右键菜单动作,并为文件面板新增
多根目录资源管理器式侧栏浏览体验
为首页 dashboard 增加当前用户与系统总览双视角的
实时会话指标展示,并同步更新相关知识库记录
2026-03-26 01:39:42 +08:00
yinjianm
1081c73254
feat(connection): 支持已保存登录凭证并重构首页仪表盘
...
新增登录凭证管理接口、数据表与前端选择器,连接创建、
编辑和测试现已支持复用已保存凭证
重构首页为管理驾驶舱,增加统计卡片、趋势与分布图、
活跃连接排行,并通过 summary 聚合数据统一驱动
2026-03-26 00:17:35 +08:00
yinjianm
1f52ff6e0a
feat(workspace): 支持多行命令输入并新增仪表盘接口
...
将底部命令输入框改为支持自动增高的多行 textarea,
并把发送快捷键调整为 Ctrl+Shift+Enter,同时更新多语言提示文案
新增 dashboard summary 后端接口与聚合类型定义,
为首页管理驾驶舱改造提供统一数据入口,并同步知识库方案记录
2026-03-25 23:57:17 +08:00
yinjianm
7af8812e26
feat(workspace): enhance status cards and terminal groups
...
add memory and disk monitoring cards with richer server metrics
and localized labels in the workspace status panel
group ssh terminal tabs by server with per-group add actions to
make multi-terminal relationships clearer
sync helloagents archive and module documentation for the
completed workspace updates
2026-03-25 22:58:27 +08:00
yinjianm
d730d06c5e
✨ feat(workspace): 增强连接管理与终端状态展示
...
- 为连接管理页补充多级标签树、列头排序和行级更多菜单
- 支持同一 SSH 连接打开多个终端并显示终端序号
- 补充状态监控的内存与磁盘详情字段
---
✨ feat(workspace): enhance connection management and terminal status visibility
- add multi-level tag tree, sortable columns, and row-level more menu
- support multiple terminals per SSH connection with terminal indices
- extend status monitor with memory and disk detail fields
2026-03-25 22:25:37 +08:00
yinjianm
7e430cb983
fix(frontend): preserve ansi colors in terminal effects
...
Limit stroke and shadow effects to default-foreground terminal text so
ANSI-colored output keeps its intended visual meaning.
Also enable terminal text stroke and shadow by default in frontend and
backend fallbacks, and align the dark preset and default xterm theme
with the new green night palette.
2026-03-25 06:20:33 +08:00
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
dependabot[bot]
c39c370627
build(deps): bump multer from 2.0.0 to 2.0.1 in /packages/backend
...
Bumps [multer](https://github.com/expressjs/multer ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/expressjs/multer/releases )
- [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/expressjs/multer/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: multer
dependency-version: 2.0.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-05 02:39:53 +00:00
Baobhan Sith
79c09f15cc
Merge pull request #72 from Heavrnl/feature/codemirror
...
Feature/codemirror
2025-06-04 18:21:54 +08:00
Baobhan Sith
39808e5abb
feat: 完成移动端集成CodeMirror
2025-06-04 12:54:38 +08:00
dependabot[bot]
96a00e4be4
build(deps): bump tar-fs from 2.1.2 to 2.1.3 in /packages/backend
...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs ) from 2.1.2 to 2.1.3.
- [Commits](https://github.com/mafintosh/tar-fs/commits )
---
updated-dependencies:
- dependency-name: tar-fs
dependency-version: 2.1.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-04 03:10:50 +00:00
Baobhan Sith
092442b37c
fix: 修复私钥密码不导出的问题
...
#66
2025-06-04 10:25:10 +08:00
Baobhan Sith
046ff894e0
Update connection.ts
2025-06-04 10:08:54 +08:00
Baobhan Sith
4d22bcb3c9
Update appearance.service.ts
2025-06-04 09:24:16 +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
3d16613194
Delete 静态冰蓝玻璃.html
2025-05-30 13:03:49 +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
564d7e775c
Update appearance.repository.ts
2025-05-28 21:22:16 +08:00
Baobhan Sith
54ceb8b0b3
Update Dockerfile
2025-05-28 11:51:25 +08:00
Baobhan Sith
acef4daf99
update
2025-05-28 11:49:41 +08:00
Baobhan Sith
72383f564c
Update Dockerfile
2025-05-28 11:43:06 +08:00
Baobhan Sith
3720ccbff5
fix: 修改更新终端样式报错的问题
2025-05-28 11:38:26 +08:00
Baobhan Sith
b3f04db2ba
Update Dockerfile
2025-05-28 11:19:43 +08:00
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