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

29
pages.zh/common/w3m.md Normal file
View File

@@ -0,0 +1,29 @@
# w3m
> 一个基于文本的网页浏览器。
> 支持SSL和鼠标输入甚至在SSH上也可以使用。
> 更多信息:<https://w3m.sourceforge.net>。
- 打开一个网址:
`w3m {{https://example.com}}`
- 以单色模式打开网址:
`w3m {{https://example.com}} -M`
- 打开网址时不支持鼠标:
`w3m {{https://example.com}} -no-mouse`
- 打开一个新的浏览器标签页:
`<Shift> + T`
- 显示你的浏览历史:
`<Ctrl> + H`
- 退出w3m
`q + y`