feat: 提交

This commit is contained in:
2025-08-22 14:21:33 +08:00
parent 257f228a98
commit 6dd2b6b5c0
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@imes-cutpoint/libs", "name": "@imes-cutpoint/libs",
"version": "0.1.2", "version": "0.1.3",
"description": "", "description": "",
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -94,8 +94,7 @@ export class CutPointProc extends ProcessorBase<CutPointInput, CutPointOutput, C
//四周都没有靠的 //四周都没有靠的
if (cutPointIndex == -1) { if (cutPointIndex == -1) {
debugger
// this.getCutPointWithClick(block, new Point(block.placeWidth, block.placeLength));
} }
function isBest(len1: number, size1: number) //判断那条边 更优 function isBest(len1: number, size1: number) //判断那条边 更优
{ {