diff --git a/feishu_notify.sh b/feishu_notify.sh new file mode 100644 index 0000000..9639bb0 --- /dev/null +++ b/feishu_notify.sh @@ -0,0 +1,43 @@ +#!/bin/bash + +# 参数获取 +WEBHOOK_URL="$1" +TITLE="$2" +CONTENT="$3" + +# 飞书通知 +send_feishu_notification() { + local message=$(cat <