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

12
pages.zh/common/xsp.md Normal file
View File

@@ -0,0 +1,12 @@
# xsp
> Mono ASP.NET Web 服务器。
> 更多信息请访问:<https://www.mono-project.com/docs/web/aspnet/>。
- 在所有接口 (`0.0.0.0`) 和端口 `8080` 上监听:
`xsp`
- 在特定的 IP 地址和端口上监听:
`xsp --address {{127.0.0.1}} --port {{8000}}`