ntfy 增加可选的认证与用户动作 (#2741)

* feat:ntfy增加可选的认证

* feat:ntfy增加可选的用户动作

* fix:ntfy动作包含中文报错
This commit is contained in:
憶夣
2025-06-07 00:26:27 +08:00
committed by GitHub
parent 394e96bbf8
commit 57939391b9
8 changed files with 69 additions and 9 deletions
+5 -1
View File
@@ -128,10 +128,14 @@ export default {
},
{
label: 'ntfyTopic',
tip: intl.get('ntfy的消息应用topic'),
tip: intl.get('ntfy应用topic'),
required: true,
},
{ label: 'ntfyPriority', tip: intl.get('推送消息的优先级') },
{ label: 'ntfyToken', tip: intl.get('ntfy应用token') },
{ label: 'ntfyUsername', tip: intl.get('ntfy应用用户名') },
{ label: 'ntfyPassword', tip: intl.get('ntfy应用密码') },
{ label: 'ntfyActions', tip: intl.get('ntfy用户动作') },
],
chat: [
{