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
@@ -49,7 +49,7 @@ export class BarkNotification extends BaseNotification {
}
const payload = {
body: body.content, // 使用传入的内容或默认内容
body: `${body.content}\n\n[查看详情](${body.url})`, // 使用传入的内容或默认内容
title: body.title, // 使用传入的标题或默认标题
};