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

@@ -0,0 +1,33 @@
# clip-view
> 命令行界面页面渲染。
> 为一个类似TlDr的项目渲染具有更广泛的语法和多种渲染模式。
> 更多信息:<https://github.com/command-line-interface-pages/v2-tooling/tree/main/clip-view>。
- 渲染特定的本地页面:
`clip-view {{path/to/page1.clip path/to/page2.clip ...}}`
- 渲染特定的远程页面:
`clip-view {{page_name1 page_name2 ...}}`
- 按特定渲染方式渲染页面:
`clip-view --render {{tldr|tldr-colorful|docopt|docopt-colorful}} {{page_name1 page_name2 ...}}`
- 使用特定颜色主题渲染页面:
`clip-view --theme {{path/to/local_theme.yaml|remote_theme_name}} {{page_name1 page_name2 ...}}`
- 清除页面或主题缓存:
`clip-view --clear-{{page|theme}}-cache`
- 显示帮助信息:
`clip-view --help`
- 显示版本信息:
`clip-view --version`