diff --git a/sing-box.sh b/sing-box.sh index 3c7733e..76dfb16 100644 --- a/sing-box.sh +++ b/sing-box.sh @@ -1258,6 +1258,5 @@ while true; do 0) exit 0 ;; *) red "无效的选项,请输入 0 到 8" ;; esac - yellow "\n按任意键继续..." - read -n 1 -s -r -p "" + read -n 1 -s -r -p $'\033[1;91m按任意键继续...\033[0m' done