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

View File

@@ -0,0 +1,16 @@
# xvfb-run
> 在虚拟 X 服务器环境中运行命令。
> 更多信息:<https://www.x.org/wiki/>.
- 在虚拟 X 服务器中运行指定的命令:
`xvfb-run {{command}}`
- 尝试获取一个空闲的服务器编号如果默认的99不可用
`xvfb-run --auto-servernum {{command}}`
- 将参数传递给 Xvfb 服务器:
`xvfb-run --server-args "{{-screen 0 1024x768x24}}" {{command}}`