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

24
pages.zh/common/viu.md Normal file
View File

@@ -0,0 +1,24 @@
# viu
> 在终端上查看图像。
> 更多信息:<https://github.com/atanunq/viu>。
- 渲染图像或动画 GIF
`viu {{path/to/file}}`
- 使用 `curl` 从互联网渲染图像或 GIF
`curl -s {{https://example.com/image.png}} | viu -`
- 渲染带有透明背景的图像:
`viu -t {{path/to/file}}`
- 以特定的宽度和高度(像素)渲染图像:
`viu -w {{width}} -h {{height}} {{path/to/file}}`
- 渲染图像或 GIF 并显示其文件名:
`viu -n {{path/to/file}}`