1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:55:46 +02:00

color: add Chinese translation

This commit is contained in:
Starccy 2019-03-10 22:22:05 +08:00 committed by Starbeamrainbowlabs
parent 4804a63f18
commit da8eea977c

15
pages.zh/windows/color.md Normal file
View file

@ -0,0 +1,15 @@
# color
> 设置控制台的前景色和背景色.
- 将控制台颜色恢复至默认值:
`color`
- 列出可用的颜色值和详细信息:
`color /?`
- 将控制台前景色和背景色设置为指定颜色:
`color {{前景色值}}{{背景色值}}`