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,32 @@
# pio 平台
> 管理 PlatformIO 开发平台。
> 更多信息请访问:<https://docs.platformio.org/en/latest/core/userguide/platforms/>.
- 列出所有已安装的开发平台:
`pio platform list`
- 搜索现有的开发平台:
`pio platform search {{platform}}`
- 显示有关开发平台的详细信息:
`pio platform show {{platform}}`
- 安装一个开发平台:
`pio platform install {{platform}}`
- 更新已安装的开发平台:
`pio platform update`
- 卸载一个开发平台:
`pio platform uninstall {{platform}}`
- 列出所有支持的框架:
`pio platform frameworks`