From 48aadf47c48bea0539174f951ba9927e4fabb071 Mon Sep 17 00:00:00 2001 From: Appoip <99581678+Appoip@users.noreply.github.com> Date: Sat, 3 Sep 2022 20:53:41 +0800 Subject: [PATCH] Update config.ts --- src/utils/config.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/utils/config.ts b/src/utils/config.ts index e2d596db..bc545c51 100644 --- a/src/utils/config.ts +++ b/src/utils/config.ts @@ -90,6 +90,7 @@ export default { { value: 'weWorkApp', label: '企业微信应用' }, { value: 'iGot', label: 'IGot' }, { value: 'pushPlus', label: 'PushPlus' }, + { value: 'chat', label: 'chat' }, { value: 'email', label: '邮箱' }, { value: 'closed', label: '已关闭' }, ], @@ -103,6 +104,14 @@ export default { { label: 'gotifyToken', tip: 'gotify的消息应用token码', required: true }, { label: 'gotifyPriority', tip: '推送消息的优先级' }, ], + chat: [ + { + label: 'chatUrl', + tip: 'chat的url地址', + required: true, + }, + { label: 'chattoken', tip: 'chat的token码', required: true }, + ], goCqHttpBot: [ { label: 'goCqHttpBotUrl',