TASK:toproductimage prompt;

This commit is contained in:
shahaibo
2024-12-02 13:51:46 +08:00
parent b315ae5644
commit b4fe1ca199

View File

@@ -289,9 +289,9 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
sb.append(collect); sb.append(collect);
}else { }else {
if (collect.contains("Tops")) { if (collect.contains("Tops")) {
sb.append("a handsome man"); sb.append("a handsome man,");
}else { }else {
sb.append("a beautiful women"); sb.append("a beautiful women,");
} }
sb.append("wearing ").append(collect); sb.append("wearing ").append(collect);
} }