pull/265/head
xiaojunnuo 2024-11-30 17:38:41 +08:00
parent 1534f45236
commit 61d6b06c56
1 changed files with 2 additions and 2 deletions

View File

@ -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',