消息通知 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
+8
View File
@@ -176,6 +176,14 @@ export default {
label: 'barkGroup',
tip: intl.get('BARK推送消息的分组,默认为qinglong'),
},
{
label: 'barkLevel',
tip: intl.get('BARK推送消息的时效性,默认为active'),
},
{
label: 'barkUrl',
tip: intl.get('BARK推送消息的跳转URL'),
},
],
telegramBot: [
{