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

@@ -0,0 +1,28 @@
# raco
> Racket 命令行工具。
> 更多信息:<https://docs.racket-lang.org/raco/>。
- 安装一个包,并自动安装依赖项:
`raco pkg install --auto {{package_source}}`
- 将当前目录安装为一个包:
`raco pkg install`
- 为集合构建(或重建)字节码、文档、可执行文件和元数据索引:
`raco setup {{collection1 collection2 ...}}`
- 在文件中运行测试:
`raco test {{path/to/tests1.rkt path/to/tests2.rkt ...}}`
- 搜索本地文档:
`raco docs {{search_terms ...}}`
- 显示帮助:
`raco help`