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.
This commit is contained in:
yinjianm
2026-03-25 04:18:26 +08:00
parent f2f9c754f8
commit 10df92ffa3
9 changed files with 114 additions and 10 deletions
@@ -48,6 +48,7 @@
| 2026-03-25 12:20 | 3.1 / 3.2 | 完成 | 后端透出累计上下行字节数,前端状态监控新增“开机累计流量”展示 |
| 2026-03-25 12:31 | 4.1 | 完成 | 执行 `npm install` 后,前后端 build 均通过 |
| 2026-03-25 12:33 | 4.2 | 完成 | 更新模块文档、变更日志并准备归档 |
| 2026-03-25 12:48 | follow-up | 完成 | Workbench 新增默认快捷指令 tab,微调三栏宽度并修复终端鼠标悬停指针异常 |
---