From 9d851872a3e98c355705c2c93a3c6bd6c2edb957 Mon Sep 17 00:00:00 2001 From: bighuixiang <472705331@qq.com> Date: Mon, 23 Jun 2025 17:53:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=A1=A3=E7=89=A9?= =?UTF-8?q?=E5=9B=BE=E5=83=8F=E9=80=89=E9=A1=B9=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=9B=BE=E5=83=8F=E6=A8=A1=E5=BC=8F=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Canvas/RedGreenModeExample.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/Canvas/RedGreenModeExample.vue b/src/component/Canvas/RedGreenModeExample.vue index 8fc88562..cabf84be 100644 --- a/src/component/Canvas/RedGreenModeExample.vue +++ b/src/component/Canvas/RedGreenModeExample.vue @@ -12,6 +12,7 @@ :enabledRedGreenMode="true" :clothingImageUrl="imageUrls.baseImage" :redGreenImageUrl="imageUrls.maskImage" + :clothingImageOpts="{ imageMode: 'contains' }" />