mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: 新增server酱3通知
This commit is contained in:
@@ -2,7 +2,7 @@ import { BaseNotification, IsNotification, NotificationBody, NotificationInput }
|
||||
|
||||
@IsNotification({
|
||||
name: 'serverchan',
|
||||
title: 'Server酱',
|
||||
title: 'Server酱ᵀ',
|
||||
desc: 'https://sct.ftqq.com/',
|
||||
needPlus: true,
|
||||
})
|
||||
@@ -64,7 +64,7 @@ export class ServerChanNotification extends BaseNotification {
|
||||
method: 'POST',
|
||||
data: {
|
||||
text: body.title,
|
||||
desp: body.content + '[查看详情](' + body.url + ')',
|
||||
desp: body.content + '\n\n[查看详情](' + body.url + ')',
|
||||
},
|
||||
skipSslVerify: this.skipSslVerify,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user