mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
perf: 新增server酱3通知
This commit is contained in:
@@ -49,7 +49,7 @@ export class BarkNotification extends BaseNotification {
|
||||
}
|
||||
|
||||
const payload = {
|
||||
body: body.content, // 使用传入的内容或默认内容
|
||||
body: `${body.content}\n\n[查看详情](${body.url})`, // 使用传入的内容或默认内容
|
||||
title: body.title, // 使用传入的标题或默认标题
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user