feat: support group message now (close #46)

This commit is contained in:
JustSong
2023-05-07 10:33:48 +08:00
parent cd908e4868
commit 1cade7a218
6 changed files with 91 additions and 8 deletions
+7 -1
View File
@@ -33,7 +33,13 @@ export const CHANNEL_OPTIONS = [
key: 'one_bot',
text: 'OneBot 协议',
value: 'one_bot',
color: '#616cff',
color: '#76FF03',
},
{
key: 'group',
text: '群组消息',
value: 'group',
color: '#FF9800',
},
{
key: 'none',