Update feishu_notify.sh

This commit is contained in:
2026-02-09 11:05:32 +08:00
parent a43c724367
commit 5046444b71

View File

@@ -26,6 +26,9 @@ case "$BUILD_STATUS" in
UNSTABLE)
STATUS_TAG="<text_tag color='orange'>不稳定</text_tag>"
;;
ABORTED)
STATUS_TAG="<text_tag color='neutral'>已中止</text_tag>"
;;
*)
STATUS_TAG="<text_tag color='neutral'>未知状态</text_tag>"
;;