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 @@