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

@@ -0,0 +1,28 @@
# sm
> 全屏显示短消息。
> 更多信息:<https://github.com/nomeata/screen-message>。
- 全屏显示消息:
`sm "{{你好,世界!}}"`
- 以反转颜色显示消息:
`sm -i "{{你好,世界!}}"`
- 以自定义前景色显示消息:
`sm -f {{蓝色}} "{{你好,世界!}}"`
- 以自定义背景色显示消息:
`sm -b {{#008888}} "{{你好,世界!}}"`
- 旋转显示消息 3 次(每次 90 度,逆时针方向):
`sm -r {{3}} "{{你好,世界!}}"`
- 使用其他命令的输出显示消息:
`{{echo "你好,世界!"}} | sm -`