We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbeca9 commit 94ecff2Copy full SHA for 94ecff2
check.sh
@@ -5929,6 +5929,13 @@ function showGoodbye() {
5929
echo -e ''
5930
bash <(curl ${CURL_DEFAULT_OPTS} -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/reference/AD/ADKR)
5931
5932
+ elif [[ "$REGION_ID" == "3" ]]; then
5933
+ echo -e "${Font_Green}本次测试已结束,感谢使用此脚本${Font_Suffix}"
5934
+ echo -e ''
5935
+ echo -e "${Font_Yellow}检测脚本当天运行次数: ${TODAY_RUN_TIMES}; 共计运行次数: ${TOTAL_RUN_TIMES}${Font_Suffix}"
5936
5937
+ bash <(curl ${CURL_DEFAULT_OPTS} -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/reference/AD/ADJP)
5938
5939
else
5940
echo -e "${Font_Green}本次测试已结束,感谢使用此脚本${Font_Suffix}"
5941
0 commit comments