File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed 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 />
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_mcp ;
4+ const chapter_root = Chapters .xrobot_api_mcp ;
55</script >
66
77<ChapterContents :chapter =chapter_root />
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_protocol;
4+ const chapter_root = Chapters .xrobot_api_protocol ;
55</script >
66
7- <!-- < ChapterContents :chapter=chapter_root /> -- >
7+ <ChapterContents :chapter =chapter_root />
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ bin 固件烧录后,设备保持接通电源状态,重启设备,设备进
4545
4646### 3)配网步骤
4747
48- 具体配网流程参考同章节的 [ 配网篇] ( ./net-config/index )
48+ 具体配网流程参考同章节的 [ 配网篇] ( .. /net-config/index )
4949
5050## 4. 绑定设备到 [ 控制台 - 七牛云灵芯平台] ( https://xrobo.qiniu.com/ )
5151
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ 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
8- const chapter_root = Chapters .xrobot_guide_xiaozhi_hardware ;
8+ const 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 ;
1010</script >
1111
You can’t perform that action at this time.
0 commit comments