From 8df9f5d17aa47920adc385a8783503cab2cb33ac Mon Sep 17 00:00:00 2001 From: lixiang <504331699@qq.com> Date: Fri, 22 Aug 2025 10:20:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E6=96=99?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E5=85=A5=E5=8F=82=E5=AD=97=E6=AE=B5boardHeig?= =?UTF-8?q?ht=3D=E3=80=8BboardLength=20(#16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: http://gitea.cf/MES-FE/cut-abstractions/pulls/16 Co-authored-by: lixiang <504331699@qq.com> Co-committed-by: lixiang <504331699@qq.com> --- src/models/processors/cutOrder.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models/processors/cutOrder.ts b/src/models/processors/cutOrder.ts index 97f3964..9d48954 100644 --- a/src/models/processors/cutOrder.ts +++ b/src/models/processors/cutOrder.ts @@ -20,8 +20,8 @@ export class CutorderConfig extends ConfigBase { export type CutOrderInput = { /**开料大板 宽 */ boardWidth: number, - /** 开料大板 高 */ - boardHeight: number, + /** 开料大板 长 */ + boardLength: number, /** 刀头大小(含修边) */ gap: number, /** 小板数据集合 */ From edc1188a2be2fbf474c238662b51cc5debbbdc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=A2=93=E9=98=B3?= <2817212736@qq.com> Date: Fri, 22 Aug 2025 10:24:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10fc008..f446b20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cut-abstractions", - "version": "0.3.3", + "version": "0.3.4", "description": "", "files": [ "dist/**/*"