feat(notification): add Feishu notification channel support

This commit is contained in:
jxxghp
2026-05-12 21:40:55 +08:00
parent b172a6d08f
commit 624862dfc6
10 changed files with 756 additions and 1 deletions
+1
View File
@@ -305,6 +305,7 @@ class MessageChannel(Enum):
消息渠道
"""
Wechat = "微信"
Feishu = "飞书"
WechatClawBot = "微信ClawBot"
Telegram = "Telegram"
Slack = "Slack"