mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-29 16:06:07 +08:00
Update config.ts
This commit is contained in:
parent
e21068fd4a
commit
48aadf47c4
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user