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

24
pages.zh/common/lt.md Normal file
View File

@@ -0,0 +1,24 @@
# lt
> Localtunnel 将您的本地主机暴露给全世界,以便于测试和共享。
> 更多信息:<https://github.com/localtunnel/localtunnel>。
- 从特定端口启动隧道:
`lt --port {{8000}}`
- 指定进行转发的上游服务器:
`lt --port {{8000}} --host {{host}}`
- 请求特定的子域名:
`lt --port {{8000}} --subdomain {{subdomain}}`
- 打印基本请求信息:
`lt --port {{8000}} --print-requests`
- 在默认网页浏览器中打开隧道 URL
`lt --port {{8000}} --open`