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:
@@ -23,7 +23,7 @@ export class EmailNotification extends BaseNotification {
|
||||
await this.ctx.emailService.send({
|
||||
userId: body.userId,
|
||||
subject: body.title,
|
||||
content: body.content,
|
||||
content: body.content + '\n[查看详情](' + body.url + ')',
|
||||
receivers: this.receivers,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user