mirror of
https://github.com/certd/certd.git
synced 2026-07-16 02:37:34 +08:00
perf: 新增server酱3通知
This commit is contained in:
@@ -47,7 +47,7 @@ export class SlackNotification extends BaseNotification {
|
||||
url: this.webhook,
|
||||
method: 'POST',
|
||||
data: {
|
||||
text: `${body.title}\n${body.content}\n[查看详情](${body.url})`,
|
||||
text: `${body.title}\n${body.content}\n\n[查看详情](${body.url})`,
|
||||
},
|
||||
httpProxy: this.httpsProxy,
|
||||
skipSslVerify: this.skipSslVerify,
|
||||
|
||||
Reference in New Issue
Block a user