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,20 @@
# pixi 任务
> 在项目环境中管理任务。
> 更多信息:<https://pixi.sh/latest/reference/cli/#task>。
- 创建一个新任务:
`pixi task add {{任务名称}} {{任务命令}}`
- 列出项目中的所有任务:
`pixi task list`
- 移除一个任务:
`pixi task remove {{任务名称}}`
- 为任务创建别名:
`pixi task alias {{别名名称}} {{任务1 任务2 ...}}`