feat: support channel OneBot now (close #64)

This commit is contained in:
JustSong
2023-05-06 15:21:17 +08:00
parent 39da3f9771
commit 2fd800b0a3
5 changed files with 139 additions and 1 deletions
+6
View File
@@ -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: '不推送',