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:
@@ -79,7 +79,7 @@ export class VoceChatNotification extends BaseNotification {
|
||||
'x-api-key': this.apiKey,
|
||||
'Content-Type': 'text/markdown',
|
||||
},
|
||||
data: `# ${body.title}\n\n${body.content}\n[查看详情](${body.url})`,
|
||||
data: `# ${body.title}\n\n${body.content}\n\n[查看详情](${body.url})`,
|
||||
skipSslVerify: this.skipSslVerify,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user