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