Initial commit

This commit is contained in:
libertyspy
2026-02-09 15:26:21 +08:00
parent f1bcd3812d
commit 7f8abf2ff2
5 changed files with 24 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ export const createGraphTaskElementFromTemplate = (
template: NodeTemplate,
rect?: GraphTaskRect,
): GraphTaskElement => {
let realRect = { width: 200, height: 100, x: 0, y: 0, ...rect || {} };
let realRect = { width: 120, height: 80, x: 0, y: 0, ...rect || {} };
console.info('rect', rect);
return {
id: 0,