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,28 @@
# pixi 配置
> 管理配置文件。
> 更多信息:<https://pixi.sh/latest/reference/cli/#config>。
- 编辑配置文件:
`pixi config edit`
- 列出所有配置:
`pixi config list`
- 在列表配置键前添加一个值:
`pixi config prepend {{key}} {{value}}`
- 在列表配置键后添加一个值:
`pixi config append {{key}} {{value}}`
- 将配置键设置为一个值:
`pixi config set {{key}} {{value}}`
- 取消配置键的设置:
`pixi config unset {{key}}`