Commit 5f3adcb869684eca27d264eab9dc3e0cea381009
Merge branch 'dev_latest' into 'main_dev'
feat: 消息记录中,查询条件消息平台加入阿里语音通知搜索 See merge request yunteng/thingskit-front!1271
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -54,6 +54,7 @@ export const typeList = [ |
54 | 54 | { label: '阿里', value: 'ALI_CLOUD' }, |
55 | 55 | { label: '钉钉', value: 'DING_TALK' }, |
56 | 56 | { label: '腾讯', value: 'TENCENT_CLOUD' }, |
57 | + { label: '阿里云语音', value: 'ALI_VOICE' }, | |
57 | 58 | ]; |
58 | 59 | |
59 | 60 | export const searchFormSchema: FormSchema[] = [ | ... | ... |