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/glow.md Normal file
View File

@@ -0,0 +1,24 @@
# glow
> 在终端中渲染 Markdown。
> 更多信息:<https://github.com/charmbracelet/glow>。
- 运行 glow 并选择一个文件进行查看:
`glow`
- 将 Markdown 文件渲染到终端:
`glow {{path/to/file}}`
- 使用分页器查看 Markdown 文件:
`glow -p {{path/to/file}}`
- 从 URL 查看文件:
`glow {{https://example.com/file.md}}`
- 查看 GitHub/GitLab 的 README
`glow {{github.com/owner/repository}}`