Commit Graph

115 Commits

Author SHA1 Message Date
yinjianm b1f036fdc6 fix(frontend): 调整工作台文件总览与快捷指令菜单
将文件管理区从单目录文件表格修正为多根目录常驻的文件夹总览,
点击目录时仅展开和聚焦,不再切换为单独目录列表。

同时修复快捷指令右键菜单的透明背景与粘贴语义,
统一为“粘贴到命令输入框”且不自动发送,并同步多语言文案。

顺带收紧快捷指令编辑弹窗的最小尺寸、初始尺寸与视口上限,
降低小分辨率下的弹窗溢出概率。
2026-03-26 02:04:07 +08:00
yinjianm 3f6e2bffc6 feat(frontend): 增强工作台快捷指令与仪表盘能力
补充快捷指令动态变量解析与编辑弹窗一键插入,
统一列表执行、粘贴到终端和批量发送的处理链路

扩展快捷命令右键菜单动作,并为文件面板新增
多根目录资源管理器式侧栏浏览体验

为首页 dashboard 增加当前用户与系统总览双视角的
实时会话指标展示,并同步更新相关知识库记录
2026-03-26 01:39:42 +08:00
yinjianm a2ac4047d9 feat(frontend): 支持批量编辑和管理已保存登录凭证
为连接表单补充已保存登录凭证的校验与提交流程,
允许新增、批量新增、测试连接时优先使用凭证

在连接列表中新增登录凭证管理入口,并支持批量编辑
时按连接类型筛选和应用已保存凭证

补充中英日文案,并修复 SSH 密钥选择器的绑定兼容性
2026-03-26 00:23:02 +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 9e49fcea61 feat(frontend): 增强连接树悬停操作与拖拽占位反馈
为连接管理页左侧标签树增加悬停工具按钮,
补充分隔标题行与节点拖拽目标高亮提示。

同时同步多语言文案与 helloagents 归档记录,
为后续真实重排交互预留可见反馈入口
2026-03-25 23:37:33 +08:00
yinjianm a6935a9c12 feat(frontend): 增强连接树搜索与资源管理器布局
为连接管理页左侧标签树新增独立搜索能力,支持命中节点、
祖先链路过滤与自动展开,提升大规模连接下的检索效率。

同步优化树头部为资源管理器式布局,并强化节点计数高亮;
补充中英日文案,同时归档并更新 helloagents 记录。
2026-03-25 23:27:00 +08:00
yinjianm 1662b2b9e8 feat(frontend): polish connection tree and terminal groups
Add explorer-style tree search in the connections view with
match-path expansion, clearer count highlighting, and a refined
sidebar header layout.

Improve terminal tab grouping by keeping new sessions appended
within their server group, highlighting the active group, and
deduplicating broadcast actions to send commands once per server.
2026-03-25 23:19:53 +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 10df92ffa3 fix(workspace): refine workbench defaults and cursor
Add Quick Commands as the default Workbench tab and update
the default three-column layout proportions to better match
the intended workspace design.

Also fix terminal hover cursor behavior and add locale and
docs updates for the new default interaction.
2026-03-25 04:18:26 +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
Baobhan Sith 44eafe730a feat: 添加复制路径菜单项 2025-06-05 09:34:38 +08:00
Baobhan Sith 61230a3b6e 添加部分缺失的i18n文本 2025-06-04 18:28:48 +08:00
Baobhan Sith a81fb6fdaf feat: Docker管理器添加进入容器和查看日志功能按钮
#49
2025-06-04 09:55:31 +08:00
Baobhan Sith 807a48a7dd feat: 为快捷指令添加变量功能
#57
2025-05-30 09:25:46 +08:00
Baobhan Sith 27cb02b825 update 2025-05-28 20:24:30 +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 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 15446d34a1 feat: 添加终端样式预览按钮 2025-05-20 15:15:20 +08:00
Baobhan Sith 2cf5a4fd35 feat: 适配移动端查看任务传输进度 2025-05-17 16:12:34 +08:00
Baobhan Sith 084cc570f4 feat: 添加批量删除功能 2025-05-16 22:37:01 +08:00
Baobhan Sith 082d771e66 update 2025-05-16 21:03:45 +08:00
Baobhan Sith 05582bcfde update 2025-05-16 20:44:03 +08:00
Baobhan Sith ecf7b959ec update 2025-05-16 20:36:20 +08:00
Baobhan Sith 3ccaca7144 update 2025-05-16 20:25:39 +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 8d0d1855ba update 2025-05-16 14:03:23 +08:00
Baobhan Sith 10d7921edb update 2025-05-16 13:51:10 +08:00
Baobhan Sith 90db1e218f feat: 添加连接管理路由
Related to #35
2025-05-16 12:42:07 +08:00
Baobhan Sith 0e396a92fa feat: 状态监视器添加IP地址显示 2025-05-15 00:26:46 +08:00
Baobhan Sith 1e7e9d1c04 feat: 为vnc添加输入框功能 2025-05-14 20:56:53 +08:00
Baobhan Sith 830b9104b9 update 2025-05-13 10:31:37 +08:00
Baobhan Sith 33a7028295 feat: 为命令输入组件添加打开编辑器按钮 2025-05-13 08:53:15 +08:00
Baobhan Sith e886d13ed3 feat: 添加"弹出文件管理器窗口"设置项 2025-05-13 08:47:42 +08:00
Baobhan Sith 83e3d8e043 style: 优化设置界面布局,添加导航栏 2025-05-13 08:32:55 +08:00
Baobhan Sith ab803c7b5f Update zh-CN.json 2025-05-13 00:54:25 +08:00
Baobhan Sith 52b797837e feat: 为文件管理器添加右键“解/压缩”功能
Refs #28
2025-05-13 00:26:55 +08:00
Baobhan Sith 688b9df707 update 2025-05-12 22:29:54 +08:00
Baobhan Sith 6354f5d856 feat: 脚本模式下自动创建标签
Refs #28
2025-05-12 19:19:16 +08:00
Baobhan Sith a8341345c5 Update zh-CN.json 2025-05-12 11:15:36 +08:00
Baobhan Sith e05f7e5421 update 2025-05-12 10:39:00 +08:00
Baobhan Sith 7b36c2a851 fix: 添加缺失的参数 2025-05-12 08:33:38 +08:00
Baobhan Sith 7ee8ffb90a feat: 添加CAPTCHA验证 2025-05-11 19:58:49 +08:00
Baobhan Sith 1d2197a000 feat: 添加批量删除功能 2025-05-11 18:44:50 +08:00