feat: 实现模块5 - TUI快捷键系统 (Ctrl+L清空/Ctrl+T切换语言)

This commit is contained in:
2026-04-06 05:15:24 +08:00
parent aefa0e8799
commit 8c6b08cec8
4 changed files with 54 additions and 5 deletions

View File

@@ -621,6 +621,8 @@ var (
Background(lipgloss.Color("#0D1B2A"))
helpStyle = lipgloss.NewStyle().
Foreground(lipgloss.Color("#888888"))
keyStyle = lipgloss.NewStyle().
Foreground(lipgloss.Color("#60A5FA"))
)
```