mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
fix(cli): 更新 CLI 流查看器的样式以确保在深色背景上文本可见性
This commit is contained in:
@@ -403,6 +403,7 @@
|
||||
padding: 2px 0;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.15s;
|
||||
color: hsl(0 0% 85%); /* Default text color - ensure visibility on dark background */
|
||||
}
|
||||
|
||||
.cli-stream-line:hover {
|
||||
|
||||
@@ -162,7 +162,7 @@ function toggleCliStreamViewer() {
|
||||
// ===== WebSocket Event Handlers =====
|
||||
function handleCliStreamStarted(payload) {
|
||||
const { executionId, tool, mode, timestamp } = payload;
|
||||
|
||||
|
||||
// Create new execution record
|
||||
cliStreamExecutions[executionId] = {
|
||||
tool: tool || 'cli',
|
||||
|
||||
Reference in New Issue
Block a user