This commit is contained in:
X1627315083
2025-09-01 18:01:01 +08:00
parent 16661c73d3
commit 33a4a50d5e
4 changed files with 43 additions and 19 deletions

View File

@@ -530,7 +530,8 @@ export default defineComponent({
methods: {
setUserData(item:any){
this.productimgSearchName = item.prompt
this.productimgSimilarity = 100 - item.imageStrength * 100
this.productimgSimilarity = (100 - item.imageStrength * 100) * 100 / 70
this.productimgRelightDirection = item.direction
// let list = this.speedTypeList.toPorductImg
if(this.speedList.length == 0)return