File tree Expand file tree Collapse file tree 6 files changed +11
-97
lines changed
.vitepress/theme/constrants Expand file tree Collapse file tree 6 files changed +11
-97
lines changed Original file line number Diff line number Diff line change @@ -160,9 +160,6 @@ const items_xrobot_guide_quick_start = [
160160 link : Chapters . xrobot_guide_quick_start ,
161161 collapsed : false ,
162162 items : [
163- ...[ { text : "设备基本配置流程说明" , link : "device-intro" } ] . map ( ( item ) =>
164- apply_prefix ( item , Chapters . xrobot_guide_quick_start )
165- ) ,
166163 ...items_xrobot_platform_net_config ,
167164 ...[
168165 { text : "智能体连接指南" , link : "device-connection" } ,
Original file line number Diff line number Diff line change 11<script setup >
22import { Chapters } from " ../../../.vitepress/theme/constrants/route" ;
33
4- const chapter_root = Chapters .xrobot_api_client ;
4+ // const chapter_root = Chapters.xrobot_api_client;
55</script >
66
7- <ChapterContents :chapter =chapter_root />
7+ <!-- < ChapterContents :chapter=chapter_root /> -- >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ title: 设备绑定
2525
2626### 2.1 获取设备激活码
2727
28- 通过 OTA 通信协议获取,参考 [ OTA 协议] ( /xrobot/api/protocol /OTA )
28+ 通过 OTA 通信协议获取,参考 [ OTA 协议] ( /xrobot/platform /OTA )
2929
3030### 2.2 ESP32 设备通过 OTA 拿到激活码后,没有及时绑定会怎么样?
3131
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: 通过微信小程序
33---
44
55<script setup >
6- import { Chapters , ChapterItems } from " ../../../../. vitepress/theme/constrants/route" ;
6+ import { Chapters , ChapterItems } from " ../../../.vitepress/theme/constrants/route" ;
77
88const chapter_root = Chapters .xrobot_platform_others_mp ;
99const mp_net_config_link = ChapterItems[chapter_root].filter (item => item .link === chapter_root)[0 ].items .filter (item => item .link .endsWith (" net-config" ))[0 ].link ;
Original file line number Diff line number Diff line change 1+ <script setup >
2+ import { Chapters } from " ../../.vitepress/theme/constrants/route" ;
3+
4+ const chapter_root = Chapters .xrobot_mcp ;
5+ </script >
6+
7+ <ChapterContents :chapter =chapter_root />
You can’t perform that action at this time.
0 commit comments