From ca454b78a5dd5ce69f7fbc49ba2b4c3e5d6a2c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Sun, 19 Mar 2023 05:11:40 +0000 Subject: [PATCH] Update CFwarp.sh --- CFwarp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }