From 02a36d44f9d9eed40f2bdf279b32614a4f9f4a0c Mon Sep 17 00:00:00 2001 From: lmc999 <39726914+lmc999@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:12:48 +0800 Subject: [PATCH] Update check.sh --- check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check.sh b/check.sh index 1e90f736..193f37f7 100644 --- a/check.sh +++ b/check.sh @@ -3170,10 +3170,10 @@ function OpenAITest(){ echo -n -e "\r ChatGPT:\t\t\t\t${Font_Red}No${Font_Suffix}\n" return elif [ -z "$result1" ] && [ -n "$result2" ]; then - echo -n -e "\r ChatGPT:\t\t\t\t${Font_Yellow}Only Available on Web Browser${Font_Suffix}\n" + echo -n -e "\r ChatGPT:\t\t\t\t${Font_Yellow}Only Available with Web Browser${Font_Suffix}\n" return elif [ -n "$result1" ] && [ -z "$result2" ]; then - echo -n -e "\r ChatGPT:\t\t\t\t${Font_Yellow}Only Available on Mobile Device${Font_Suffix}\n" + echo -n -e "\r ChatGPT:\t\t\t\t${Font_Yellow}Only Available with Mobile APP${Font_Suffix}\n" return else echo -n -e "\r ChatGPT:\t\t\t\t${Font_Red}Failed${Font_Suffix}\n"