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,17 @@
# xcursorgen
> 从一组 PNG 文件创建一个 X 光标文件。
> 如果省略 `--prefix`,则图像文件必须位于当前工作目录中。
> 更多信息:<https://manned.org/xcursorgen>。
- 使用配置文件创建一个 X 光标文件:
`xcursorgen {{path/to/config.cursor}} {{path/to/output_file}}`
- 使用配置文件创建一个 X 光标文件,并指定图像文件的路径:
`xcursorgen --prefix {{path/to/image_directory/}} {{path/to/config.cursor}} {{path/to/output_file}}`
- 使用配置文件创建一个 X 光标文件,并将输出写入 `stdout`
`xcursorgen {{path/to/config.cursor}}`