fix
This commit is contained in:
parent
0167fe5533
commit
65b4eeda34
|
|
@ -64,6 +64,7 @@ export const entityDesc: EntityDesc<Schema, Action, '', {
|
|||
jim: '极光消息',
|
||||
wechatMp: '小程序',
|
||||
sms: '短信',
|
||||
email: '邮箱',
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -85,6 +86,7 @@ export const entityDesc: EntityDesc<Schema, Action, '', {
|
|||
jim: '#0000FF',
|
||||
wechatPublic: '#008000',
|
||||
sms: '#000000',
|
||||
email: '#000000',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue