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,20 @@
# pio 设置
> 查看和修改 PlatformIO 设置。
> 更多信息:<https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html>。
- 显示所有 PlatformIO 设置的名称、值和描述:
`pio settings get`
- 显示特定 PlatformIO 设置的名称、值和描述:
`pio settings get {{setting}}`
- 设置特定的设置值:
`pio settings set {{setting}} {{value}}`
- 将所有已修改设置的值重置为出厂默认值:
`pio settings reset`