feat: 更新数字人来源类型

This commit is contained in:
2025-09-12 13:04:39 +08:00
parent 11ace0350c
commit 06c105e005
2 changed files with 8 additions and 8 deletions

View File

@@ -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])