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,20 @@
# 摇篮部署
> 管理摇篮部署。
> 更多信息:<https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#deploy>。
- 将摇篮部署到服务器:
`cradle deploy production`
- 将静态资源部署到 Amazon S3
`cradle deploy s3`
- 部署包括 Yarn "components" 目录的静态资源:
`cradle deploy s3 --include-yarn`
- 部署包括 "upload" 目录的静态资源:
`cradle deploy s3 --include-upload`