Skip to content

Commit 7ec6f06

Browse files
authored
Merge pull request #6 from emNavi/dev
[fix]: 修复了X280 视频无法播放的问题.
2 parents 926c390 + 9e4cb8d commit 7ec6f06

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

docs/.vuepress/navbar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const zhNavbar = defineNavbarConfig([
1010
{ text: 'X280 飞行平台', link: '/notes/X280/README.md' },
1111
]
1212
},
13+
// {text: '视觉定位导航套件', link: '/notes/GhostLoc/README.md'}
1314
// {text: '关于', link: '/about.md'}
1415
])
1516

docs/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ config:
1515
tagline: Embodied Navigation
1616
text: 面向开放世界理解与认知、集成感算通控于一体的具身智能导航
1717
actions:
18-
-
19-
theme: brand
20-
text: AirGym Sim2Real
21-
link: /AirGym/
18+
#-
19+
# theme: brand
20+
# text: AirGym Sim2Real
21+
# link: /AirGym/
2222
# -
2323
# theme: brand
2424
# text: X280飞行平台
@@ -29,12 +29,12 @@ config:
2929
# text: Discover
3030
# link: /discover/
3131

32-
# -
33-
# theme: brand
34-
# text: GhostLoc 高空视觉定位系统
35-
# link: /GhostLoc/
32+
#-
33+
# theme: brand
34+
# text: GhostLoc 高空视觉定位系统
35+
# link: /GhostLoc/
3636
-
37-
theme: alt
37+
theme: brand
3838
text: Github →
3939
link: https://github.com/emNavi
4040

docs/notes/X280/2.X280飞行指南/1.自主飞行.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readingTime: false
1212

1313
<div>
1414
<video width="900" controls>
15-
<source src="http://file.emnavi.tech/MEDIA_ASSETS/X280/web/x280_autonomous_navigation_flight_demo.mp4" type="video/mp4" />
15+
<source src="http://file.emnavi.tech/MEDIA_ASSETS/X280/web/x280_autonomous_navigation_flight_demo.m4v" type="video/mp4" />
1616
您的浏览器不支持 video 标签。
1717
</video>
1818
</div>

0 commit comments

Comments
 (0)