feat: support tencent custom alarm now (close #87)

This commit is contained in:
JustSong
2023-05-15 22:57:12 +08:00
parent 0f73bf4185
commit 8ead1f76cd
6 changed files with 167 additions and 14 deletions
+6
View File
@@ -53,6 +53,12 @@ export const CHANNEL_OPTIONS = [
value: 'group',
color: '#FF9800',
},
{
key: 'tencent_alarm',
text: '腾讯云消息告警',
value: 'tencent_alarm',
color: '#00a4ff',
},
{
key: 'none',
text: '不推送',