mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-21 15:55:50 +00:00
feat: 第一个可以用的 ink 组件抽象 (#158)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { basename } from 'path'
|
||||
import React from 'react'
|
||||
import type { z } from 'zod/v4'
|
||||
import { Text } from '../../../ink.js'
|
||||
import { Text } from '@anthropic/ink'
|
||||
import { NotebookEditTool } from '../../../tools/NotebookEditTool/NotebookEditTool.js'
|
||||
import { logError } from '../../../utils/log.js'
|
||||
import { FilePermissionDialog } from '../FilePermissionDialog/FilePermissionDialog.js'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { relative } from 'path'
|
||||
import * as React from 'react'
|
||||
import { Suspense, use, useMemo } from 'react'
|
||||
import { Box, NoSelect, Text } from '../../../ink.js'
|
||||
import { Box, NoSelect, Text } from '@anthropic/ink'
|
||||
import type {
|
||||
NotebookCellType,
|
||||
NotebookContent,
|
||||
|
||||
Reference in New Issue
Block a user