add new chinese translations
This commit is contained in:
20
pages.zh/common/pio-settings.md
Normal file
20
pages.zh/common/pio-settings.md
Normal 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`
|
Reference in New Issue
Block a user