消息通知 Bark 增加额外参数:时效性通知、跳转Url (#2112)

This commit is contained in:
zui-lang
2023-09-17 01:01:34 +08:00
committed by GitHub
parent acc7443004
commit aab096843c
7 changed files with 31 additions and 3 deletions
+2
View File
@@ -55,6 +55,8 @@ export class BarkNotification extends NotificationBaseInfo {
public barkIcon = 'https://qn.whyour.cn/logo.png';
public barkSound = '';
public barkGroup = 'qinglong';
public barkLevel = 'active';
public barkUrl = '';
}
export class TelegramBotNotification extends NotificationBaseInfo {