mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
dark-mode: add Chinese translation (#6973)
This commit is contained in:
parent
0a51a8c86c
commit
84f5ccf90e
1 changed files with 20 additions and 0 deletions
20
pages.zh/osx/dark-mode.md
Normal file
20
pages.zh/osx/dark-mode.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# dark-mode
|
||||
|
||||
> 从命令行控制 macOS 的深色模式。
|
||||
> 更多信息:<https://github.com/sindresorhus/dark-mode>.
|
||||
|
||||
- 切换深色模式(如果目前是关闭的,就把它打开,如果目前是打开的,就把它关闭):
|
||||
|
||||
`dark-mode`
|
||||
|
||||
- 打开深色模式:
|
||||
|
||||
`dark-mode on`
|
||||
|
||||
- 关闭深色模式:
|
||||
|
||||
`dark-mode off`
|
||||
|
||||
- 检查深色模式是否开启:
|
||||
|
||||
`dark-mode status`
|
Loading…
Add table
Reference in a new issue