Skip to content

Commit ebeb953

Browse files
committed
docs: update demo list
1 parent a8aca72 commit ebeb953

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

demo/utils/constants.ts

+13-11
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,26 @@ export const componentList = [
22
{
33
type: 'Copilot',
44
list: [
5-
{ name: 'Suggestion', nameZN: '快捷指令', path: '/pages/Suggestion/index' },
6-
{ name: 'Prompts', nameZN: 'Prompts', path: '/pages/Prompts/index' },
7-
{ name: 'Actions', nameZN: 'Actions', path: '/pages/Actions/index' },
85
{ name: 'Bubble', nameZN: '气泡', path: '/pages/Bubble/index' },
6+
{
7+
name: 'Conversations',
8+
nameZN: '管理会话',
9+
path: '/pages/Conversations/index',
10+
},
11+
{ name: 'Prompts', nameZN: '提示列表', path: '/pages/Prompts/index' },
12+
{ name: 'Welcome', nameZN: '欢迎', path: '/pages/Welcome/index' },
13+
{ name: 'Actions', nameZN: '操作列表', path: '/pages/Actions/index' },
914
{ name: 'Sender', nameZN: '发送器', path: '/pages/Sender/index' },
15+
{
16+
name: 'ThoughtChain',
17+
nameZN: '思维链',
18+
path: '/pages/ThoughtChain/index',
19+
},
1020
],
1121
},
1222
{
1323
type: '通用',
1424
list: [
15-
{
16-
name: 'Suggestion',
17-
nameZN: '快捷指令',
18-
path: '/pages/Suggestion/index',
19-
},
20-
{ name: 'Prompts', nameZN: 'Prompts', path: '/pages/Prompts/index' },
21-
{ name: 'ThoughtChain', nameZN: '思维链', path: '/pages/ThoughtChain/index' },
22-
{ name: 'Welcome', nameZN: '欢迎', path: '/pages/Welcome/index' },
2325
{ name: 'Button', nameZN: '按钮', path: '/pages/Button/index' },
2426
{ name: 'Icon', nameZN: '图标', path: '/pages/Icon/index' },
2527
{ name: 'Sticky', nameZN: '黏性吸附', path: '/pages/Sticky/index' },

0 commit comments

Comments
 (0)