Commit 5a85f1dc by 段志勇

Update auto_upload_pgy.sh

parent 86020ea1
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# 上传 ipa 到蒲公英 # 上传 ipa 到蒲公英
# echo util # echo util
readonly COLOR_Cyan='\033[0;36m' readonly COLOR_Cyan=''
readonly COLOR_Red='\033[41;37m' readonly COLOR_Red=''
readonly COLOR_Default='\033[0;m' readonly COLOR_Default=''
function echo_log() { function echo_log() {
echo "${COLOR_Cyan}$1${COLOR_Default}" echo "${COLOR_Cyan}$1${COLOR_Default}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment