mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
feat: 添加 UI 组件增强与测试覆盖
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,7 @@ import {
|
||||
EFFORT_LOW,
|
||||
EFFORT_MAX,
|
||||
EFFORT_MEDIUM,
|
||||
EFFORT_XHIGH,
|
||||
} from '../constants/figures.js'
|
||||
import {
|
||||
type EffortLevel,
|
||||
@@ -32,6 +33,8 @@ export function effortLevelToSymbol(level: EffortLevel): string {
|
||||
return EFFORT_MEDIUM
|
||||
case 'high':
|
||||
return EFFORT_HIGH
|
||||
case 'xhigh':
|
||||
return EFFORT_XHIGH
|
||||
case 'max':
|
||||
return EFFORT_MAX
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user