mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: 第一个可以用的 ink 组件抽象 (#158)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { useEffect, useRef } from 'react'
|
||||
import { BLACK_CIRCLE, BULLET_OPERATOR } from '../constants/figures.js'
|
||||
import { Box, Text } from '../ink.js'
|
||||
import { Box, Text } from '@anthropic/ink'
|
||||
import type { SkillUpdate } from '../utils/hooks/skillImprovement.js'
|
||||
import { normalizeFullWidthDigits } from '../utils/stringUtils.js'
|
||||
import { isValidResponseInput } from './FeedbackSurvey/FeedbackSurveyView.js'
|
||||
|
||||
Reference in New Issue
Block a user