feat: fix openim logs and ci

This commit is contained in:
Xinwei Xiong (cubxxw) 2024-02-04 11:01:53 +08:00
parent 5cce032822
commit ef7758a059

View File

@ -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"