This commit is contained in:
Super Manito
2022-04-20 12:32:41 +08:00
parent 65ddd0369d
commit 3a30c66db9
7 changed files with 49 additions and 42 deletions

View File

@@ -60,7 +60,7 @@ BLUE='\033[34m'
PLAIN='\033[0m'
BOLD='\033[1m'
SUCCESS='[\033[32mOK\033[0m]'
COMPLETE='[\033[32mDone\033[0m]'
COMPLETE='[\033[32mDONE\033[0m]'
WARN='[\033[33mWARN\033[0m]'
ERROR='[\033[31mERROR\033[0m]'
WORKING='[\033[34m*\033[0m]'