From 430332481e4966ee1bd39b32cfe7ef41128ad1c1 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Wed, 5 Nov 2025 16:25:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=AB=98=E7=BA=A7=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E4=B8=AD=E7=94=9F=E6=88=90=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Canvas/CanvasEditor/managers/liquify/LiquifyCPUManager.js | 2 +- src/component/home/design/collection/PrintboardUpload.vue | 1 - src/component/home/tools/toProduct/index.vue | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/component/Canvas/CanvasEditor/managers/liquify/LiquifyCPUManager.js b/src/component/Canvas/CanvasEditor/managers/liquify/LiquifyCPUManager.js index cb91dcae..d3e5a482 100644 --- a/src/component/Canvas/CanvasEditor/managers/liquify/LiquifyCPUManager.js +++ b/src/component/Canvas/CanvasEditor/managers/liquify/LiquifyCPUManager.js @@ -5,7 +5,7 @@ export class LiquifyCPUManager { constructor(options = {}) { this.config = { - gridSize: 8, // 稍微增大网格提高性能 + gridSize: 100, // 稍微增大网格提高性能 maxStrength: 200, // 适度降低最大强度 smoothingIterations: 1, // 增加平滑处理 relaxFactor: 0.05, // 适度松弛 diff --git a/src/component/home/design/collection/PrintboardUpload.vue b/src/component/home/design/collection/PrintboardUpload.vue index 56ab8e8d..c818e55d 100644 --- a/src/component/home/design/collection/PrintboardUpload.vue +++ b/src/component/home/design/collection/PrintboardUpload.vue @@ -1,6 +1,5 @@