mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: 通知支持vocechat、bark、telegram、discord、slack
This commit is contained in:
@@ -52,7 +52,7 @@ export class ServerChanNotification extends BaseNotification {
|
||||
method: 'POST',
|
||||
data: {
|
||||
text: body.title,
|
||||
desp: body.content,
|
||||
desp: body.content + '[查看详情](' + body.url + ')',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user