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

@@ -1,13 +1,13 @@
# cargo doc
> 构建 Rust 包的文档。
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-doc.html>.
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-doc.html>
- 为当前项目及所有依赖构建文档:
- 为当前项目及所有依赖构建文档:
`cargo doc`
- 不为依赖构建文档:
- 不为依赖构建文档:
`cargo doc --no-deps`
@@ -17,4 +17,4 @@
- 构建并查看特定包的文档:
`cargo doc --open --package {{包名}}`
`cargo doc --open --package {{package}}`