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}