Skip to content

Commit 96e2bc9

Browse files
committed
Merge remote-tracking branch 'upstream/HEAD'
2 parents ff47fd2 + c34b534 commit 96e2bc9

File tree

7 files changed

+1775
-167
lines changed

7 files changed

+1775
-167
lines changed

docs/.vitepress/theme/constrants/route.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ const items_xrobot_api = [
9292
items: [
9393
{ text: "用户API", link: "user" },
9494
{ text: "智能体API", link: "agent" },
95+
{ text: "大语言模型API", link: "llm" },
96+
{ text: "知识库API", link: "knowledge" },
9597
{ text: "聊天记录API", link: "chat-history" },
9698
{ text: "设备API", link: "device" },
9799
{ text: "音色克隆API", link: "voice-clone" },
@@ -106,9 +108,9 @@ const items_xrobot_mcp = [
106108
collapsed: true,
107109
link: Chapters.xrobot_mcp,
108110
items: [
109-
{ text: "示例:音乐网盘", link: "example-music-pan" },
110-
// { text: "硬件MCP", link: "hardware-mcp" },
111-
// { text: "软件MCP", link: "software-mcp" },
111+
112+
{ text: "端侧MCP", link: "hardware-mcp" },
113+
{ text: "云端MCP", link: "software-mcp" },
112114
].map((item) => apply_prefix(item, Chapters.xrobot_mcp)),
113115
},
114116
];

0 commit comments

Comments
 (0)