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/surge.md Normal file
View File

@@ -0,0 +1,20 @@
# surge
> 简单的网站发布。
> 更多信息:<https://surge.sh>。
- 上传新网站到 surge.sh
`surge {{path/to/my_project}}`
- 将网站部署到自定义域名请注意DNS 记录必须指向 surge.sh 子域名):
`surge {{path/to/my_project}} {{my_custom_domain.com}}`
- 列出你的 surge 项目:
`surge list`
- 移除一个项目:
`surge teardown {{my_custom_domain.com}}`