feat: 更换转视频的带提示输入框

This commit is contained in:
zhangyh
2025-11-20 17:26:05 +08:00
parent e154fc3de0
commit 85cb0e9792
8 changed files with 174 additions and 634 deletions

View File

@@ -687,6 +687,7 @@ export default defineComponent({
return params
}
let getPrductimg = async () => {
let obj = getData()
// let imageStrength = productimg.productimgSimilarity == 100? 95 :productimg.productimgSimilarity
let imageStrength = (70 / 100) * productimg.productimgSimilarity
@@ -1233,11 +1234,8 @@ export default defineComponent({
const showProductList = ref(false)
const productType = ref('first')
const fullProductImages = computed(() => {
return productimg.likeDesignCollectionList.flatMap(item =>
(item.childList || []).filter(
child => child.resultType !== 'PoseTransfer'
)
(item.childList || []).filter(child => child.resultType !== 'PoseTransfer')
)
})
const handleOpenProduct = (type: 'first' | 'last') => {