From 15216eb2e6bfa8d94945635849fdac75a63d8fd6 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Sun, 14 Jun 2026 14:43:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(effort):=20=E7=BB=9F=E4=B8=80=E7=94=A8?= =?UTF-8?q?=E8=89=B2=E7=89=88=E2=80=94=E2=80=94=E9=80=89=E4=B8=AD=20sugges?= =?UTF-8?q?tion=EF=BC=88=E8=93=9D=EF=BC=89=EF=BC=8C=E6=9C=AA=E9=80=89?= =?UTF-8?q?=E4=B8=AD=20subtle=EF=BC=88=E7=81=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 弃用 purple_FOR_SUBAGENTS_ONLY(subagent 专用)。改与项目其他面板一致: - 选中档位 + ▲:color="suggestion"(Medium blue rgb(87,105,247))+ bold - 未选中档位 + 空 ▲ 占位:color="subtle"(Light gray rgb(175,175,175)) - 标题 / Faster / Smarter:color="suggestion" - 分隔线 / 副标签 / 底栏:color="subtle" Co-Authored-By: glm-5.2 --- src/components/EffortPanel/EffortPanel.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/EffortPanel/EffortPanel.tsx b/src/components/EffortPanel/EffortPanel.tsx index bf17af014..15328cd2d 100644 --- a/src/components/EffortPanel/EffortPanel.tsx +++ b/src/components/EffortPanel/EffortPanel.tsx @@ -72,13 +72,13 @@ export function EffortPanel({ appStateEffort, onDone }: Props): React.ReactNode return ( - + Effort {envActive && {`⚠ CLAUDE_CODE_EFFORT_LEVEL=${envRaw} overrides this session`}} - Faster - Smarter + Faster + Smarter {/* 分隔线 */} {'─'.repeat(PANEL_WIDTH)} @@ -86,17 +86,17 @@ export function EffortPanel({ appStateEffort, onDone }: Props): React.ReactNode {PANEL_POSITIONS.map(p => ( - + {cursor === p ? '▲' : ' '} ))} - {/* 档位名 */} + {/* 档位名:选中 suggestion + bold,未选中 subtle */} {PANEL_POSITIONS.map(p => ( - + {p}