add new chinese translations
This commit is contained in:
20
pages.zh/common/mdp.md
Normal file
20
pages.zh/common/mdp.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# mdp
|
||||
|
||||
> 一个基于命令行的工具,可以从Markdown文件制作演示文稿。
|
||||
> 更多信息:<https://github.com/visit1985/mdp>。
|
||||
|
||||
- 从Markdown文件在终端中启动演示文稿:
|
||||
|
||||
`mdp {{presentation.md}}`
|
||||
|
||||
- 禁用淡入淡出过渡效果:
|
||||
|
||||
`mdp --nofade {{presentation.md}}`
|
||||
|
||||
- 反转字体颜色,以便在浅色背景的终端中使用:
|
||||
|
||||
`mdp --invert {{presentation.md}}`
|
||||
|
||||
- 在透明终端中禁用透明效果:
|
||||
|
||||
`mdp --notrans {{presentation.md}}`
|
Reference in New Issue
Block a user