mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 00:35:51 +00:00
chore: 添加脚本与构建配置更新
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,8 @@ export const LIGHTNING_BOLT = '↯' // \u21af - used for fast mode indicator
|
||||
export const EFFORT_LOW = '○' // \u25cb - effort level: low
|
||||
export const EFFORT_MEDIUM = '◐' // \u25d0 - effort level: medium
|
||||
export const EFFORT_HIGH = '●' // \u25cf - effort level: high
|
||||
export const EFFORT_MAX = '◉' // \u25c9 - effort level: max (Opus 4.6 only)
|
||||
export const EFFORT_XHIGH = '⦿' // \u29bf - effort level: xhigh (Opus 4.7 only)
|
||||
export const EFFORT_MAX = '◉' // \u25c9 - effort level: max (Opus 4.6/4.7 only)
|
||||
|
||||
// Media/trigger status indicators
|
||||
export const PLAY_ICON = '\u25b6' // ▶
|
||||
|
||||
Reference in New Issue
Block a user