From 1287bc35aa292daa2d9db2fe1d3c84a80f9abfe2 Mon Sep 17 00:00:00 2001 From: ry4nnnn Date: Wed, 7 Aug 2024 13:34:21 +0800 Subject: [PATCH] update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 62a85a3..fde39d3 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,12 @@ notify: access_token: secret: + #https://open.feishu.cn/document/client-docs/bot-v3/add-custom-bot#9fe10f9b + feishu: + enable: false + webhook: + secret: + #邮箱配置,在每天6点会推送前一天的漏洞汇总,注意password为授权码 email: smtp_server: @@ -131,6 +137,7 @@ notify: to: - - + ``` ### 运行逻辑