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,17 @@
# pio 更新
> 更新已安装的 PlatformIO 核心包、开发平台和全局库。
> 另请参见:`pio platform update``pio lib update`。
> 更多信息:<https://docs.platformio.org/en/latest/core/userguide/cmd_update.html>。
- 执行所有包、开发平台和全局库的完整更新:
`pio update`
- 仅更新核心包(跳过平台和库):
`pio update --core-packages`
- 检查包、平台和库的新版本,但实际上不进行更新:
`pio update --dry-run`