We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2285f commit 3eef79fCopy full SHA for 3eef79f
docs/common/dev/_custom_logo.mdx
@@ -69,8 +69,8 @@ if __name__ == "__main__":
69
3. 将图片转为 .bmp 格式
70
71
```bash
72
-python3 pic1.jpg logo.bmp
73
-python3 pic1.jpg logo_kernel.bmp
+python3 convert.py pic1.jpg logo.bmp
+python3 convert.py pic1.jpg logo_kernel.bmp
74
```
75
76
### 将以上两张 bmp 图片保存到 config 分区
i18n/en/docusaurus-plugin-content-docs/current/common/dev/_custom_logo.mdx
3. Converting images to .bmp format
### Save the above two bmp images to the config partition
0 commit comments