mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
feat: add COLOR_SUFFIX=033[0m # End all colors and special effects
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
396f455c77
commit
44d7f79637
@ -40,6 +40,7 @@ if [[ `git status --porcelain` ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
COLOR_SUFFIX="\033[0m" # End all colors and special effects
|
||||
PURPLE_PREFIX="\033[35m" # Purple prefix
|
||||
BOLD_PREFIX="\033[1m" # Bold prefix
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user