diff --git a/nodeloc_vps_autotest_speed.sh b/nodeloc_vps_autotest_speed.sh index 54e021e..13498c5 100644 --- a/nodeloc_vps_autotest_speed.sh +++ b/nodeloc_vps_autotest_speed.sh @@ -134,7 +134,7 @@ run_all_tests() { # 三网测速 echo -e "运行${YELLOW}三网测速(多线程/单线程)...${NC}" - echo -e "目前仅进行${YELLOW}大陆三网+教育网 IPv4(多线程/单线程)...${NC}" + echo -e "目前默认选择${YELLOW}大陆三网+教育网 IPv4(多线程/单线程)测试...${NC}" speedtest_multi_result=$(run_and_capture "echo '1' | bash <(curl -sL bash.icu/speedtest)") speedtest_single_result=$(run_and_capture "echo '2' | bash <(curl -sL bash.icu/speedtest)")