add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/mdp.md Normal file
View 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}}`