mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
feat: add cyan
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
abc538c64f
commit
4e64888651
@ -73,13 +73,14 @@ time=$(date +"%Y-%m-%d %H:%M:%S")
|
||||
print_separator
|
||||
|
||||
# Print time of submission
|
||||
print_color "Time of submission: ${time}" "${BOLD_PREFIX}${CYAN_PREFIX}"
|
||||
|
||||
author=$(git config user.name)
|
||||
repository=$(basename -s .git $(git config --get remote.origin.url))
|
||||
print_color "PTIME: ${time}" "${BOLD_PREFIX}${CYAN_PREFIX}"
|
||||
echo ""
|
||||
Author=$(git config user.name)
|
||||
Repository=$(basename -s .git $(git config --get remote.origin.url))
|
||||
|
||||
# Print additional information if needed
|
||||
print_color "Repository: ${repository}" "${BLUE_PREFIX}"
|
||||
echo ""
|
||||
print_color "Author: ${author}" "${PURPLE_PREFIX}"
|
||||
|
||||
# Print section separator
|
||||
|
Loading…
x
Reference in New Issue
Block a user