8c86b50d09
服务器页拆分未设路径列表、行内展开详情;API target_path_unset 可选过滤。 命令栏取消 Shell 语法彩色,ANSI 仅保留 xterm SSH 输出区。 Co-authored-by: Cursor <cursoragent@cursor.com>
641 B
641 B
2026-06-08 — 命令栏取消 Shell 语法彩色
摘要
底部命令输入栏恢复统一单色文字;ANSI 彩色仅保留在上方 xterm WebSSH 交互输出区。
动机
用户要求:命令栏不要彩色,只要 WebSSH 交互显示有颜色。
涉及文件
frontend/src/components/terminal/TerminalCmdBar.vue— 移除.sh-*分色,统一on-surface
迁移 / 重启
- 仅前端 build + 部署;无需重启 API
验证
cd frontend && npm run build
浏览器:命令栏输入 ls -la | grep foo 全为单色;xterm 区 ls --color / printf '\033[31mred\033[0m' 仍有彩色。