diff --git a/CFwarp.sh b/CFwarp.sh index 62edef3..5756467 100644 --- a/CFwarp.sh +++ b/CFwarp.sh @@ -1757,8 +1757,8 @@ white " =================================================================" echo readp " 请输入数字:" Input case "$Input" in - 1 ) ONEWARPGO;; - 2 ) ONEWGCFWARP;; + 1 ) ONEWARPGO && yellow "请稍等……";; + 2 ) ONEWGCFWARP && yellow "请稍等……";; * ) exit esac }