向飞书租户内的所有用户广播消息(富文本/帖子)及图片/表情包。
feishu-post 技能支持 Markdown 格式。feishu-sticker 技能支持表情包/GIF 动图。# 发送文本消息
node skills/feishu-broadcast/index.js --title "公告" --text "大家好!"
# 从文件发送长文本(推荐用于长消息)
node skills/feishu-broadcast/index.js --title "周报" --text-file "report.md"
# 发送表情包
node skills/feishu-broadcast/index.js --image "media/sticker.webp"
# 组合发送文本与图片
node skills/feishu-broadcast/index.js --title "你好" --text "看看这个" --image "media/cool.gif"
feishu-post 技能(必须安装)feishu-sticker 技能(必须安装)