feat: support channel OneBot now (close #64)
This commit is contained in:
@@ -29,6 +29,12 @@ export const CHANNEL_OPTIONS = [
|
||||
value: 'discord',
|
||||
color: '#404eed',
|
||||
},
|
||||
{
|
||||
key: 'one_bot',
|
||||
text: 'OneBot 协议',
|
||||
value: 'one_bot',
|
||||
color: '#616cff',
|
||||
},
|
||||
{
|
||||
key: 'none',
|
||||
text: '不推送',
|
||||
|
||||
Reference in New Issue
Block a user