mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 14:55:51 +02:00
asciiart: update Chinese translation (#7792)
This commit is contained in:
parent
ae90383189
commit
6b3ee74467
1 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
- 从文件中读取图像并以 ASCII 打印:
|
||||
|
||||
`asciiart {{路径/image.jpg}}`
|
||||
`asciiart {{路径/到/图片.jpg}}`
|
||||
|
||||
- 从 URL 中读取图像并以 ASCII 打印:
|
||||
|
||||
|
@ -13,16 +13,16 @@
|
|||
|
||||
- 选择输出宽度(默认为 100):
|
||||
|
||||
`asciiart -width {{50}} {{路径/image.jpg}}`
|
||||
`asciiart -width {{50}} {{路径/到/图片.jpg}}`
|
||||
|
||||
- 对 ASCII 输出进行着色:
|
||||
|
||||
`asciiart --color {{路径/image.jpg}}`
|
||||
`asciiart --color {{路径/到/图片.jpg}}`
|
||||
|
||||
- 选择输出格式(默认格式为文本):
|
||||
|
||||
`asciiart --format {{text|html}} {{路径/image.jpg}}`
|
||||
`asciiart --format {{text|html}} {{路径/到/图片.jpg}}`
|
||||
|
||||
- 反转字符映射:
|
||||
|
||||
`asciiart --invert-chars {{路径/image.jpg}}`
|
||||
`asciiart --invert-chars {{路径/到/图片.jpg}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue