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

@@ -0,0 +1,28 @@
# xcaddy
> Caddy Web Server 的自定义构建工具。
> 更多信息:<https://github.com/caddyserver/xcaddy>。
- 从源代码构建 Caddy 服务器:
`xcaddy build`
- 使用特定版本构建 Caddy 服务器(默认为最新版本):
`xcaddy build {{version}}`
- 使用特定模块构建 Caddy
`xcaddy build --with {{module_name}}`
- 构建 Caddy 并输出到特定文件:
`xcaddy build --output {{path/to/file}}`
- 为当前目录中的开发插件构建并运行 Caddy
`xcaddy run`
- 使用特定的 Caddy 配置构建并运行 Caddy 开发插件:
`xcaddy run --config {{path/to/file}}`