This commit is contained in:
lichenguang
2025-08-04 17:04:29 +07:00
+6
View File
@@ -10,6 +10,8 @@ export function changeAtType(val) {
return 'AI女友'
case 5:
return '文生图'
case 6:
return '图生视频'
}
}
export function changeAiContentType(val) {
@@ -41,6 +43,10 @@ export function AtTypeList(val) {
{
value: 5,
label: '文生图'
},
{
value: 6,
label: '图生视频'
}
]
}