Update config.ts

This commit is contained in:
Appoip 2022-09-03 20:53:41 +08:00 committed by GitHub
parent e21068fd4a
commit 48aadf47c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,7 @@ export default {
{ value: 'weWorkApp', label: '企业微信应用' }, { value: 'weWorkApp', label: '企业微信应用' },
{ value: 'iGot', label: 'IGot' }, { value: 'iGot', label: 'IGot' },
{ value: 'pushPlus', label: 'PushPlus' }, { value: 'pushPlus', label: 'PushPlus' },
{ value: 'chat', label: 'chat' },
{ value: 'email', label: '邮箱' }, { value: 'email', label: '邮箱' },
{ value: 'closed', label: '已关闭' }, { value: 'closed', label: '已关闭' },
], ],
@ -103,6 +104,14 @@ export default {
{ label: 'gotifyToken', tip: 'gotify的消息应用token码', required: true }, { label: 'gotifyToken', tip: 'gotify的消息应用token码', required: true },
{ label: 'gotifyPriority', tip: '推送消息的优先级' }, { label: 'gotifyPriority', tip: '推送消息的优先级' },
], ],
chat: [
{
label: 'chatUrl',
tip: 'chat的url地址',
required: true,
},
{ label: 'chattoken', tip: 'chat的token码', required: true },
],
goCqHttpBot: [ goCqHttpBot: [
{ {
label: 'goCqHttpBotUrl', label: 'goCqHttpBotUrl',