@@ -2,24 +2,26 @@ export const componentList = [
2
2
{
3
3
type : 'Copilot' ,
4
4
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' } ,
8
5
{ 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' } ,
9
14
{ name : 'Sender' , nameZN : '发送器' , path : '/pages/Sender/index' } ,
15
+ {
16
+ name : 'ThoughtChain' ,
17
+ nameZN : '思维链' ,
18
+ path : '/pages/ThoughtChain/index' ,
19
+ } ,
10
20
] ,
11
21
} ,
12
22
{
13
23
type : '通用' ,
14
24
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' } ,
23
25
{ name : 'Button' , nameZN : '按钮' , path : '/pages/Button/index' } ,
24
26
{ name : 'Icon' , nameZN : '图标' , path : '/pages/Icon/index' } ,
25
27
{ name : 'Sticky' , nameZN : '黏性吸附' , path : '/pages/Sticky/index' } ,
0 commit comments