feat: support custom channel now (close #72, close #75, #71)

This commit is contained in:
JustSong
2023-05-08 22:20:14 +08:00
parent 6914575f47
commit 82068de143
6 changed files with 90 additions and 2 deletions
+6
View File
@@ -41,6 +41,12 @@ export const CHANNEL_OPTIONS = [
value: 'one_bot',
color: '#76FF03',
},
{
key: 'custom',
text: '自定义消息通道',
value: 'custom',
color: '#cc33ff',
},
{
key: 'group',
text: '群组消息',