perf: 新增server酱3通知

This commit is contained in:
xiaojunnuo
2024-12-03 10:32:47 +08:00
parent 393ea27fa4
commit 6aa487269c
17 changed files with 86 additions and 19 deletions
@@ -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,
});
}