Skip to content

Commit d6c92c8

Browse files
committed
style: change text
1 parent 3987495 commit d6c92c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

copilot/ThoughtChain/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group:
77
toc: 'content'
88
---
99

10-
# ThoughtChain 思考链
10+
# ThoughtChain 思维链
1111

1212
用于可视化展示 AI 处理请求、生成内容或执行任务的进程与状态。这是一个与动画相关的组件,需要提供各节点动画的 props 和 API 和使用方进行交互。
1313

copilot/ThoughtChain/props.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface IThoughtChainItemProps {
2222
icon?: string;
2323

2424
/**
25-
* @description 二级思考链
25+
* @description 二级思维链
2626
*/
2727
items?: IThoughtChainItemProps[];
2828
}
@@ -32,14 +32,14 @@ export interface ICollapsibleOptions extends IBaseProps {
3232
}
3333

3434
/**
35-
* @description 思考链
35+
* @description 思维链
3636
* 用于可视化展示AI处理请求、生成内容或执行任务的进程与状态
3737
* 这是一个与动画相关的组件,需要提供各节点动画的props和API和使用方进行交互。
3838
*/
3939

4040
export interface IThoughtChainProps extends IBaseProps {
4141
/**
42-
* @description 思考节点列表
42+
* @description 思维节点列表
4343
* @default default
4444
*/
4545
items?: IThoughtChainItemProps[];

demo/utils/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const componentList = [
1818
path: '/pages/Suggestion/index',
1919
},
2020
{ name: 'Prompts', nameZN: 'Prompts', path: '/pages/Prompts/index' },
21-
{ name: 'ThoughtChain', nameZN: '思考链', path: '/pages/ThoughtChain/index' },
21+
{ name: 'ThoughtChain', nameZN: '思维链', path: '/pages/ThoughtChain/index' },
2222
{ name: 'Welcome', nameZN: '欢迎', path: '/pages/Welcome/index' },
2323
{ name: 'Button', nameZN: '按钮', path: '/pages/Button/index' },
2424
{ name: 'Icon', nameZN: '图标', path: '/pages/Icon/index' },

0 commit comments

Comments
 (0)