Commit Graph

6 Commits

Author SHA1 Message Date
51af175d92 fix: 隔离 Ghostty 实例避免多面板输入冲突 2026-03-20 01:23:35 +08:00
346fa9b7e0 feat: 实现 2x3 终端面板网格布局
- 抽取 TerminalPanel 组件实现多终端支持
- 使用 CSS Grid 实现 2x3 布局 (6个面板)
- 添加连接延迟错开同时连接 (0-1000ms)
- 后端添加 CORS 支持
- Vite 代理添加 WebSocket 支持

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 00:48:50 +08:00
0786167c87 优化终端输入延迟:跳过WebSocket直接使用HTTP - 消除WebSocket连接等待延迟,输入响应时间从200ms降至<50ms - Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 2026-03-20 00:12:48 +08:00
fd7438afae 降低终端输入延迟:将WebSocket等待超时从1200ms降至200ms 2026-03-20 00:05:44 +08:00
cd18e76b2d Remove header toolbar from terminal page 2026-03-19 22:47:31 +08:00
e64d63e8b9 Initial commit 2026-03-19 22:38:54 +08:00