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,36 @@
# pio lib
> 管理 PlatformIO 库。
> 更多信息:<https://docs.platformio.org/en/latest/core/userguide/lib/>.
- 列出已安装的库:
`pio lib list`
- 列出基于已安装开发平台及其框架的内置库:
`pio lib builtin`
- 搜索现有库:
`pio lib search {{keyword}}`
- 显示库的详细信息:
`pio lib show {{library}}`
- 安装一个库:
`pio lib install {{library}}`
- 更新已安装的库:
`pio lib update`
- 卸载一个库:
`pio lib uninstall {{library}}`
- 显示 PlatformIO 库注册统计信息:
`pio lib stats`