From a2c67af9a5af202c9e9df42d57fe96a592455a46 Mon Sep 17 00:00:00 2001 From: xykt <152045469+xykt@users.noreply.github.com> Date: Sun, 20 Apr 2025 22:35:01 +0800 Subject: [PATCH] Update 020-test_tool.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将IP质量及网络质量变更为友好的交互界面运行模式 --- modules.d/020-test_tool.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules.d/020-test_tool.toml b/modules.d/020-test_tool.toml index 3bd46b3..0803871 100644 --- a/modules.d/020-test_tool.toml +++ b/modules.d/020-test_tool.toml @@ -5,9 +5,9 @@ node_quality = "bash <(curl -sL run.NodeQuality.com)" #融合怪测试 fusion_test = "bash <(curl -sL bash.spiritlhl.net/ecs)" #IP质量 -ip_quality = "bash <(curl -sL IP.Check.Place)" +ip_quality = "bash <(curl -sL Check.Place) -I" #IP质量,交互界面 -network_quality = "bash <(curl -sL Net.Check.Place)" #网络质量 +network_quality = "bash <(curl -sL Check.Place) -N" #网络质量,交互界面 yabs = "bash <(curl -sL yabs.sh)" #yabs bench = "bash <(curl -sL bench.sh)" #benchmark super_bench = "bash <(curl -sL git.io/superbench.sh)" #superbench @@ -133,4 +133,4 @@ script = "lemon_bench_fast" [[menus]] id = "unix_bench" title = "UnixBench" -script = "unix_bench" \ No newline at end of file +script = "unix_bench"