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,7 +1,7 @@
# cargo check
> 检查本地软件包及其所有依赖是否错误。
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-check.html>.
> 检查本地包及其所有依赖是否存在错误。
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-check.html>
- 检查当前包:
@@ -15,10 +15,10 @@
`cargo check --test {{integration_test1}}`
- 使用 `feature1``feature2` 功能检查当前包
- 检查当前包并启用特性 `feature1``feature2`
`cargo check --features {{feature1,feature2}}`
- 禁用默认功能后检测当前包
- 检查当前包并禁用默认特性
`cargo check --no-default-features`
`cargo check --no-default-features`