Skip to content

Commit c34b534

Browse files
authored
Merge pull request #29 from srsng/main
小程序+后台解决方案文档
2 parents 39f0705 + ff47fd2 commit c34b534

File tree

14 files changed

+965
-3
lines changed

14 files changed

+965
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const items_xrobot_platform = [
7979
{ text: "OTA 网关", link: "OTA" },
8080
{ text: "WebSocket", link: "websocket" },
8181
{ text: "MQTT", link: "MQTT" },
82+
{ text: "蓝牙配网(BluFi)", link: "blufi-config" },
8283
].map((item) => apply_prefix(item, Chapters.xrobot_platform)),
8384
},
8485
];
@@ -124,7 +125,7 @@ const items_xrobot_guide = [
124125
{ text: "快速入门", link: "quick-start" },
125126
{ text: "开源小智固件接入", link: "xiaozhi-firmware" },
126127
{ text: "开源小智硬件接入", link: "xiaozhi-hardware" },
127-
{ text: "平台小程序接入", link: "platform-mp" },
128+
{ text: "灵矽AI小程序+后台解决方案", link: "platform-mp" },
128129
].map((item) => apply_prefix(item, Chapters.xrobot_guide)),
129130
},
130131
];
200 KB
Loading
104 KB
Loading
685 KB
Loading
252 KB
Loading
168 KB
Loading
223 KB
Loading
285 KB
Loading
123 KB
Loading
140 KB
Loading

0 commit comments

Comments
 (0)