mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
fix(cli): 更新 CLI 流查看器的样式以确保在深色背景上文本可见性
This commit is contained in:
@@ -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