Skip to content

Commit 3eef79f

Browse files
committed
fix: fix the convert cmd
Signed-off-by: Nascs Fang <[email protected]>
1 parent fe2285f commit 3eef79f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/common/dev/_custom_logo.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ if __name__ == "__main__":
6969
3. 将图片转为 .bmp 格式
7070

7171
```bash
72-
python3 pic1.jpg logo.bmp
73-
python3 pic1.jpg logo_kernel.bmp
72+
python3 convert.py pic1.jpg logo.bmp
73+
python3 convert.py pic1.jpg logo_kernel.bmp
7474
```
7575

7676
### 将以上两张 bmp 图片保存到 config 分区

i18n/en/docusaurus-plugin-content-docs/current/common/dev/_custom_logo.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ if __name__ == "__main__":
6969
3. Converting images to .bmp format
7070

7171
```bash
72-
python3 pic1.jpg logo.bmp
73-
python3 pic1.jpg logo_kernel.bmp
72+
python3 convert.py pic1.jpg logo.bmp
73+
python3 convert.py pic1.jpg logo_kernel.bmp
7474
```
7575

7676
### Save the above two bmp images to the config partition

0 commit comments

Comments
 (0)