合并
This commit is contained in:
@@ -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: '图生视频'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user