mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
ntfy 增加可选的认证与用户动作 (#2741)
* feat:ntfy增加可选的认证 * feat:ntfy增加可选的用户动作 * fix:ntfy动作包含中文报错
This commit is contained in:
+5
-1
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user