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

20
pages.zh/common/p5.md Normal file
View File

@@ -0,0 +1,20 @@
# p5
> p5.js 的模板构建器和草图管理器。
> 更多信息:<https://github.com/chiunhau/p5-manager>。
- 创建一个新的 p5 集合:
`p5 new {{collection_name}}`
- 生成一个新的 p5 项目(应从集合目录运行):
`p5 generate {{project_name}}`
- 运行 p5 管理器服务器:
`p5 server`
- 将库更新到最新版本:
`p5 update`