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 = [
160
160
link : Chapters . xrobot_guide_quick_start ,
161
161
collapsed : false ,
162
162
items : [
163
- ...[ { text : "设备基本配置流程说明" , link : "device-intro" } ] . map ( ( item ) =>
164
- apply_prefix ( item , Chapters . xrobot_guide_quick_start )
165
- ) ,
166
163
...items_xrobot_platform_net_config ,
167
164
...[
168
165
{ text : "智能体连接指南" , link : "device-connection" } ,
Original file line number Diff line number Diff line change 1
1
<script setup >
2
2
import { Chapters } from " ../../../.vitepress/theme/constrants/route" ;
3
3
4
- const chapter_root = Chapters .xrobot_api_client ;
4
+ // const chapter_root = Chapters.xrobot_api_client;
5
5
</script >
6
6
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: 设备绑定
25
25
26
26
### 2.1 获取设备激活码
27
27
28
- 通过 OTA 通信协议获取,参考 [ OTA 协议] ( /xrobot/api/protocol /OTA )
28
+ 通过 OTA 通信协议获取,参考 [ OTA 协议] ( /xrobot/platform /OTA )
29
29
30
30
### 2.2 ESP32 设备通过 OTA 拿到激活码后,没有及时绑定会怎么样?
31
31
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: 通过微信小程序
3
3
---
4
4
5
5
<script setup >
6
- import { Chapters , ChapterItems } from " ../../../../. vitepress/theme/constrants/route" ;
6
+ import { Chapters , ChapterItems } from " ../../../.vitepress/theme/constrants/route" ;
7
7
8
8
const chapter_root = Chapters .xrobot_platform_others_mp ;
9
9
const 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