835ef2c8ea
不再跟随 Vuetify 浅色主题,xterm 始终使用经典黑底白字与 16 色输出。 Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
675 B
Markdown
25 lines
675 B
Markdown
# 2026-06-08 — WebSSH 终端固定黑底白字 ANSI 配色
|
||
|
||
## 摘要
|
||
|
||
WebSSH xterm 不再跟随 Vuetify 浅色主题,固定经典黑底白字 + 16 色 ANSI。
|
||
|
||
## 动机
|
||
|
||
浅色模式下终端呈白底深字,不符合 SSH 终端习惯;用户要求黑底白字带字符颜色。
|
||
|
||
## 涉及文件
|
||
|
||
- `frontend/src/composables/terminal/xtermTheme.ts`(新增)
|
||
- `frontend/src/composables/terminal/useTerminalSessions.ts`
|
||
- `frontend/src/pages/TerminalPage.vue`
|
||
- `frontend/src/components/terminal/TerminalArea.vue`
|
||
|
||
## 验证
|
||
|
||
```bash
|
||
cd frontend && npm run build
|
||
```
|
||
|
||
浏览器:终端页连接 SSH,`ls --color=auto`、`grep --color` 等应显示彩色输出。
|