Skip to content

Commit 2b29c83

Browse files
authored
Merge pull request #4 from emNavi/dev
[fix]: 修复了主界面显示错误
2 parents a116ecd + 7fbe393 commit 2b29c83

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v4
2525
with:
26+
# # 选择要使用的 pnpm 版本
27+
# version: 9
2628
# 使用 pnpm 安装依赖
2729
run_install: true
2830
- name: Setup Node.js

docs/.vuepress/notes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const enAirGymNote = defineNoteConfig({
5757
export const zhNotes = defineNotesConfig({
5858
dir: 'notes',
5959
link: '/',
60-
notes: [zhDemoNote,zhX280Note,zhDroneKitNote, enAirGymNote, zhDiscoverNote],
60+
notes: [zhDemoNote,zhX280Note,zhX152bNote, enAirGymNote, zhDiscoverNote],
6161
})
6262

6363

docs/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ config:
1919
theme: brand
2020
text: AirGym Sim2Real
2121
link: /AirGym/
22-
-
23-
theme: brand
24-
text: X280飞行平台
25-
link: /X280/
22+
# -
23+
# theme: brand
24+
# text: X280飞行平台
25+
# link: /X280/
26+
2627
# -
2728
# theme: brand
2829
# text: Discover

0 commit comments

Comments
 (0)