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

36
pages.zh/common/lynx.md Normal file
View File

@@ -0,0 +1,36 @@
# lynx
> 命令行网页浏览器。
> 更多信息:<https://lynx.browser.org>。
- 访问一个网站:
`lynx {{example.com}}`
- 对匿名账户应用限制:
`lynx -anonymous {{example.com}}`
- 开启鼠标支持(如果可用):
`lynx -use_mouse {{example.com}}`
- 强制启用颜色模式(如果可用):
`lynx -color {{example.com}}`
- 打开一个链接,使用特定文件来读写 cookies
`lynx -cookie_file={{path/to/file}} {{example.com}}`
- 在页面上的链接之间向前和向后导航:
`{{上箭头键|下箭头键}}`
- 返回到上一个显示的页面:
`{{左箭头键|u}}`
- 退出:
`q + y`