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

28
pages.zh/common/expose.md Normal file
View File

@@ -0,0 +1,28 @@
# expose
> 一个用于共享网站的开源隧道应用程序。
> 更多信息:<https://beyondco.de/docs/expose>。
- 注册您的身份验证令牌:
`expose token {{token}}`
- 共享当前工作目录:
`expose`
- 使用特定子域名共享当前工作目录:
`expose --subdomain={{subdomain}}`
- 共享本地 URL
`expose share {{url}}`
- 运行 Expose 服务器:
`expose serve`
- 使用特定主机名运行 Expose 服务器:
`expose serve {{hostname}}`