mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
修复群晖通知参数,任务视图不属于筛选
This commit is contained in:
+18
-23
@@ -135,11 +135,10 @@ export default {
|
||||
],
|
||||
chat: [
|
||||
{
|
||||
label: 'chatUrl',
|
||||
tip: intl.get('chat的url地址'),
|
||||
label: 'synologyChatUrl',
|
||||
tip: intl.get('synologyChat的url地址'),
|
||||
required: true,
|
||||
},
|
||||
{ label: 'chatToken', tip: intl.get('chat的token码'), required: true },
|
||||
],
|
||||
goCqHttpBot: [
|
||||
{
|
||||
@@ -329,33 +328,23 @@ export default {
|
||||
},
|
||||
{
|
||||
label: 'pushplusTemplate',
|
||||
tip: intl.get(
|
||||
'发送模板',
|
||||
),
|
||||
tip: intl.get('发送模板'),
|
||||
},
|
||||
{
|
||||
label: 'pushplusChannel',
|
||||
tip: intl.get(
|
||||
'发送渠道',
|
||||
),
|
||||
tip: intl.get('发送渠道'),
|
||||
},
|
||||
{
|
||||
label: 'pushplusWebhook',
|
||||
tip: intl.get(
|
||||
'webhook编码',
|
||||
),
|
||||
tip: intl.get('webhook编码'),
|
||||
},
|
||||
{
|
||||
label: 'pushplusCallbackUrl',
|
||||
tip: intl.get(
|
||||
'发送结果回调地址',
|
||||
),
|
||||
tip: intl.get('发送结果回调地址'),
|
||||
},
|
||||
{
|
||||
label: 'pushplusTo',
|
||||
tip: intl.get(
|
||||
'好友令牌',
|
||||
),
|
||||
tip: intl.get('好友令牌'),
|
||||
},
|
||||
],
|
||||
wePlusBot: [
|
||||
@@ -368,9 +357,7 @@ export default {
|
||||
},
|
||||
{
|
||||
label: 'wePlusBotReceiver',
|
||||
tip: intl.get(
|
||||
'消息接收人',
|
||||
),
|
||||
tip: intl.get('消息接收人'),
|
||||
},
|
||||
{
|
||||
label: 'wePlusBotVersion',
|
||||
@@ -414,7 +401,13 @@ export default {
|
||||
required: true,
|
||||
},
|
||||
{ label: 'emailUser', tip: intl.get('邮箱地址'), required: true },
|
||||
{ label: 'emailPass', tip: intl.get('SMTP 登录密码,也可能为特殊口令,视具体邮件服务商说明而定'), required: true },
|
||||
{
|
||||
label: 'emailPass',
|
||||
tip: intl.get(
|
||||
'SMTP 登录密码,也可能为特殊口令,视具体邮件服务商说明而定',
|
||||
),
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
pushMe: [
|
||||
{
|
||||
@@ -424,7 +417,9 @@ export default {
|
||||
},
|
||||
{
|
||||
label: 'pushMeUrl',
|
||||
tip: intl.get('自建的PushMeServer消息接口地址,例如:http://127.0.0.1:3010,不填则使用官方消息接口'),
|
||||
tip: intl.get(
|
||||
'自建的PushMeServer消息接口地址,例如:http://127.0.0.1:3010,不填则使用官方消息接口',
|
||||
),
|
||||
required: false,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user