add new chinese translations
This commit is contained in:
28
pages.zh/common/speedtest-rs.md
Normal file
28
pages.zh/common/speedtest-rs.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# speedtest-rs
|
||||
|
||||
> 一个基于Rust的非官方工具,用于使用speedtest.net测试网络速度,限制为HTTP传统回退。
|
||||
> 更多信息:<https://github.com/nelsonjchen/speedtest-rs>。
|
||||
|
||||
- 运行完整的速度测试(下载和上传):
|
||||
|
||||
`speedtest-rs`
|
||||
|
||||
- 显示按距离排序的 `speedtest.net` 服务器列表:
|
||||
|
||||
`speedtest-rs --list`
|
||||
|
||||
- 仅运行下载测试:
|
||||
|
||||
`speedtest-rs --no-upload`
|
||||
|
||||
- 仅运行上传测试:
|
||||
|
||||
`speedtest-rs --no-download`
|
||||
|
||||
- 生成可分享的测试结果图像链接:
|
||||
|
||||
`speedtest-rs --share`
|
||||
|
||||
- 仅显示基本输出信息:
|
||||
|
||||
`speedtest-rs --simple`
|
Reference in New Issue
Block a user