mirror of https://github.com/certd/certd
chore:
parent
1534f45236
commit
61d6b06c56
|
@ -67,8 +67,8 @@ export class WebhookNotification extends BaseNotification {
|
||||||
@NotificationInput({
|
@NotificationInput({
|
||||||
title: '消息body模版',
|
title: '消息body模版',
|
||||||
value: `{
|
value: `{
|
||||||
"text":"{title}",
|
"title":"{title}",
|
||||||
"desp":"{content}\\n[查看详情]({url})"
|
"content":"{content}\\n[查看详情]({url})"
|
||||||
}`,
|
}`,
|
||||||
component: {
|
component: {
|
||||||
name: 'a-textarea',
|
name: 'a-textarea',
|
||||||
|
|
Loading…
Reference in New Issue