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

@@ -0,0 +1,24 @@
# 荔枝
> 查找损坏的 URL。
> 更多信息:<https://lychee.cli.rs/usage/cli/>.
- 扫描网站以查找损坏的链接:
`lychee {{https://example.com}}`
- 显示错误类型的详细分类:
`lychee --format detailed {{https://example.com}}`
- 限制连接数量以防止 DDOS 保护:
`lychee --max-concurrency {{5}} {{links.txt}}`
- 检查目录结构中的文件是否有任何损坏的 URL
`grep -r "{{pattern}}" | lychee -`
- 显示帮助信息:
`lychee --help`