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