feat: add bark encrypt message

This commit is contained in:
engigu
2026-01-22 19:16:24 +08:00
parent f0bbef5541
commit ea6af44f0c
4 changed files with 65 additions and 3 deletions
+2
View File
@@ -213,6 +213,8 @@ const CONSTANT = {
{ subLabel: '推送图标', value: '', col: 'icon', desc: "推送图标URL,可选" },
{ subLabel: '推送时效', value: '', col: 'level', desc: "active/timeSensitive/passive,可选" },
{ subLabel: '跳转URL', value: '', col: 'url', desc: "点击推送跳转的URL,可选" },
{ subLabel: '加密Key', value: '', col: 'key', desc: "AES加密Key16位,可选" },
{ subLabel: '加密IV', value: '', col: 'iv', desc: "AES加密IV16位,可选" },
{ subLabel: '渠道名', value: '', col: 'name', desc: "想要设置的渠道名字" },
],
tips: {