diff --git a/feishu_notify.sh b/feishu_notify.sh
index 6242d63..e68b82c 100644
--- a/feishu_notify.sh
+++ b/feishu_notify.sh
@@ -26,6 +26,9 @@ case "$BUILD_STATUS" in
UNSTABLE)
STATUS_TAG="不稳定"
;;
+ ABORTED)
+ STATUS_TAG="已中止"
+ ;;
*)
STATUS_TAG="未知状态"
;;