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

29
pages.zh/common/now.md Normal file
View File

@@ -0,0 +1,29 @@
# 现在
> 无服务器部署的云平台。
> 此命令已被弃用。请查看`vercel`,这是该工具的更新版本。
> 更多信息:<https://zeit.co/now>。
- 部署当前目录:
`now`
- 显示部署列表:
`now list`
- 显示与部署相关的信息:
`now inspect {{deployment_url}}`
- 移除一个部署:
`now remove {{deployment_id}}`
- 登录账户或创建新账户:
`now login`
- 初始化一个示例项目(将创建一个新目录):
`now init`