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 @@
# netlify
> 部署网站并配置持续部署到 Netlify 平台。
> 更多信息:<https://cli.netlify.com>。
- 登录到 Netlify 账户:
`netlify login`
- 将目录中的内容部署到 Netlify
`netlify deploy`
- 为新网站或现有网站配置持续部署:
`netlify init`
- 启动本地开发服务器:
`netlify dev`