mirror of https://github.com/certd/certd
26 lines
865 B
Markdown
26 lines
865 B
Markdown
# 通知插件
|
|
|
|
| 序号 | 名称 | 说明 |
|
|
|-----|-----|-----|
|
|
| 1.| **企业微信通知** | 企业微信群聊机器人通知 |
|
|
| 2.| **电子邮件** | 电子邮件通知 |
|
|
| 3.| **爱语飞飞微信通知(iyuu)** | https://iyuu.cn/ |
|
|
| 4.| **自定义webhook** | 根据模版自定义http请求 |
|
|
| 5.| **Server酱ᵀ** | https://sct.ftqq.com/ |
|
|
| 6.| **Server酱³** | https://doc.sc3.ft07.com/serverchan3 |
|
|
| 7.| **AnPush** | https://anpush.com |
|
|
| 8.| **Telegram通知** | Telegram Bot推送通知 |
|
|
| 9.| **Discord 通知** | Discord 机器人通知 |
|
|
| 10.| **Slack通知** | Slack消息推送通知 |
|
|
| 11.| **Bark 通知** | Bark 推送通知插件 |
|
|
| 12.| **飞书通知** | 飞书群聊webhook通知 |
|
|
|
|
<style module>
|
|
table th:first-of-type {
|
|
width: 65px;
|
|
}
|
|
table th:nth-of-type(2) {
|
|
width: 240px;
|
|
}
|
|
</style>
|
|
|