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,24 @@
# pio 检查
> 对 PlatformIO 项目执行静态分析检查。
> 更多信息:<https://docs.platformio.org/en/latest/core/userguide/cmd_check.html>。
- 对当前项目执行基本分析检查:
`pio check`
- 对特定项目执行基本分析检查:
`pio check --project-dir {{project_dir}}`
- 对特定环境执行分析检查:
`pio check --environment {{environment}}`
- 执行分析检查并仅报告指定的缺陷严重性类型:
`pio check --severity {{low|medium|high}}`
- 执行分析检查并在处理环境时显示详细信息:
`pio check --verbose`