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

View File

@@ -1,12 +1,12 @@
# zopflipng
> PNG 压缩工具。
> 更多信息:<https://github.com/google/zopfli>.
> 更多信息:<https://github.com/google/zopfli>
- 优化一个 PNG 文件
- 优化一个 PNG
`zopflipng {{输入.png}} {{输出.png}}`
`zopflipng {{input.png}} {{output.png}}`
- 优化多个 PNG 文件并使用给定的前缀保存:
- 优化多个 PNG 并使用指定前缀保存:
`zopflipng --prefix={{前缀}} {{图像1.png}} {{图像2.png}} {{图像3.png}}`
`zopflipng --prefix={{prefix}} {{image1.png}} {{image2.png}} {{image3.png}}`