feat: 更新数字人来源类型
This commit is contained in:
@@ -33,10 +33,10 @@ const toast = useToast()
|
||||
const page = ref(1)
|
||||
|
||||
const sourceTypeList = [
|
||||
{ label: 'TX', value: 1, color: 'blue' },
|
||||
{ label: 'XSH', value: 2, color: 'green' },
|
||||
{ label: 'GJ', value: 3, color: 'purple' },
|
||||
{ label: 'XB', value: 4, color: 'indigo' },
|
||||
{ label: 'xsh_wm', value: 1, color: 'blue' }, // 万木(腾讯)
|
||||
{ label: 'xsh_zy', value: 2, color: 'green' }, // XSH 自有
|
||||
{ label: 'xsh_fh', value: 3, color: 'purple' }, // 硅基(泛化数字人)
|
||||
{ label: 'xsh_bb', value: 4, color: 'indigo' }, // 百度小冰
|
||||
]
|
||||
// const sourceType = ref(sourceTypeList[0])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user