From ef7758a05961254773271eb180cb7d9b6f2dc5b2 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Sun, 4 Feb 2024 11:01:53 +0800 Subject: [PATCH] feat: fix openim logs and ci --- scripts/lib/color.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/color.sh b/scripts/lib/color.sh index 744fccf5a..4608c6447 100755 --- a/scripts/lib/color.sh +++ b/scripts/lib/color.sh @@ -93,13 +93,13 @@ openim::color::test() { echo "Testing bold echo" openim::color::echo $COLOR_BOLD "This is bold text" - + echo "Testing dim echo" openim::color::echo $COLOR_DIM "This is dim text" - + echo "Testing underlined echo" openim::color::echo $COLOR_UNDER "This is underlined text" - + echo "Testing italic echo" openim::color::echo $COLOR_ITALIC "This is italic text"