mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
@@ -84,6 +84,7 @@ export default {
|
||||
},
|
||||
notificationModes: [
|
||||
{ value: 'gotify', label: 'Gotify' },
|
||||
{ value: 'ntfy', label: 'Ntfy' },
|
||||
{ value: 'goCqHttpBot', label: 'GoCqHttpBot' },
|
||||
{ value: 'serverChan', label: intl.get('Server酱') },
|
||||
{ value: 'pushDeer', label: 'PushDeer' },
|
||||
@@ -118,6 +119,19 @@ export default {
|
||||
},
|
||||
{ label: 'gotifyPriority', tip: intl.get('推送消息的优先级') },
|
||||
],
|
||||
ntfy: [
|
||||
{
|
||||
label: 'ntfyUrl',
|
||||
tip: intl.get('ntfy的url地址,例如 https://ntfy.sh'),
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
label: 'ntfyTopic',
|
||||
tip: intl.get('ntfy的消息应用topic'),
|
||||
required: true,
|
||||
},
|
||||
{ label: 'ntfyPriority', tip: intl.get('推送消息的优先级') },
|
||||
],
|
||||
chat: [
|
||||
{
|
||||
label: 'chatUrl',
|
||||
|
||||
Reference in New Issue
Block a user