feat: support tencent custom alarm now (close #87)
This commit is contained in:
@@ -53,6 +53,12 @@ export const CHANNEL_OPTIONS = [
|
||||
value: 'group',
|
||||
color: '#FF9800',
|
||||
},
|
||||
{
|
||||
key: 'tencent_alarm',
|
||||
text: '腾讯云消息告警',
|
||||
value: 'tencent_alarm',
|
||||
color: '#00a4ff',
|
||||
},
|
||||
{
|
||||
key: 'none',
|
||||
text: '不推送',
|
||||
|
||||
Reference in New Issue
Block a user