dark-mode: add Chinese translation (#6973)

beep
meowmeowcat 2021-10-13 19:54:04 +08:00 committed by GitHub
parent 0a51a8c86c
commit 84f5ccf90e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages.zh/osx/dark-mode.md Normal file
View 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`