This commit is contained in:
lxy 2024-08-23 16:24:50 +08:00
parent 0167fe5533
commit 65b4eeda34
1 changed files with 2 additions and 0 deletions

View File

@ -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',
},
}
}