Update README.md

This commit is contained in:
xykt
2025-03-28 01:11:26 +08:00
committed by GitHub
parent e0bacf2d31
commit 3b422bef1d

View File

@@ -21,9 +21,13 @@
- Json输出便于大数据分析
##### 屏幕截图
|IPv4测试结果|IPv6测试结果|延迟模式测试结果|
|---|---|---|
|![IPv4](https://github.com/xykt/NetQuality/raw/refs/heads/main/res/v4_cn.png)|![IPv6](https://github.com/xykt/NetQuality/raw/refs/heads/main/res/v6_cn.png)|![Ping](https://github.com/xykt/NetQuality/raw/refs/heads/main/res/ping_cn.png)|
|IPv4测试结果|IPv6测试结果|
| ---------------- | ---------------- |
|![IPv4](https://github.com/xykt/NetQuality/raw/refs/heads/main/res/v4_cn.png)|![IPv6](https://github.com/xykt/NetQuality/raw/refs/heads/main/res/v6_cn.png)|
|延迟模式测试结果|完整路由模式测试结果|
| ---------------- | ---------------- |
|![Ping](https://github.com/xykt/NetQuality/raw/refs/heads/main/res/ping_cn.png)|![Route](https://github.com/xykt/NetQuality/raw/refs/heads/main/res/route_v4.png)|
## 使用方法
@@ -50,6 +54,12 @@ bash <(curl -Ls Net.Check.Place) -6
bash <(curl -Ls Net.Check.Place) -P
````
##### 完整路由模式:
```bash
bash <(curl -Ls Net.Check.Place) -R [大陆地区省级行政区名称或中/英文简称]
```
##### 低数据模式:
````bash
bash <(curl -Ls Net.Check.Place) -L
@@ -88,6 +98,8 @@ bash <(curl -Ls Net.Check.Place) -f
## 脚本更新
2025/03/28 00:50 增加-R完整路由模式增加低数据模式的国际互连延迟测试修复bugs
2025/03/13 22:40 增加-n参数跳过OS检测及安装依赖
2025/03/12 17:00 脚本发布