File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -607,11 +607,11 @@ function sidebarDevelopment(): DefaultTheme.SidebarItem[] {
607607 link : "/development/api-reference/llm-core/requester" ,
608608 } ,
609609 {
610- text : "Reranker" ,
610+ text : "重排序 ( Reranker) " ,
611611 link : "/development/api-reference/llm-core/reranker" ,
612612 } ,
613613 {
614- text : "Agent" ,
614+ text : "代理 ( Agent) " ,
615615 link : "/development/api-reference/llm-core/agent" ,
616616 } ,
617617 {
@@ -663,15 +663,15 @@ function sidebarDevelopment(): DefaultTheme.SidebarItem[] {
663663 link : "/development/api-reference/chatluna-utils/error" ,
664664 } ,
665665 {
666- text : "Schema 工具" ,
666+ text : "Schema 工具 (Schema) " ,
667667 link : "/development/api-reference/chatluna-utils/schema" ,
668668 } ,
669669 {
670- text : "运行时工具" ,
670+ text : "运行时工具 (Runtime) " ,
671671 link : "/development/api-reference/chatluna-utils/runtime" ,
672672 } ,
673673 {
674- text : "内容与消息工具" ,
674+ text : "内容与消息工具 (Content) " ,
675675 link : "/development/api-reference/chatluna-utils/content" ,
676676 } ,
677677 ] ,
Original file line number Diff line number Diff line change 2727 "sass" : " ^1.99.0" ,
2828 "typescript" : " ^6.0.3" ,
2929 "unocss" : " ^66.6.8" ,
30- "vitepress" : " ^ 2.0.0-alpha.12 " ,
30+ "vitepress" : " 2.0.0-alpha.17 " ,
3131 "vitepress-markdown-timeline" : " ^1.2.2" ,
3232 "vitepress-plugin-group-icons" : " ^1.7.5" ,
33- "vitepress-plugin-tabs" : " ^0.9.0"
33+ "vitepress-plugin-tabs" : " ^0.9.0" ,
34+ "vue" : " ^3.5.34"
3435 },
3536 "scripts" : {
3637 "dev" : " vitepress dev docs" ,
You can’t perform that action at this time.
0 commit comments