Initial commit

This commit is contained in:
libertyspy
2026-03-13 10:15:14 +08:00
parent f2f8892276
commit 3a086e9405
16 changed files with 156 additions and 79 deletions

View File

@@ -18,6 +18,10 @@ export const createGraphTaskElement = (element: GraphTaskElement, width: number
if (!realHeight) {
realHeight = 120;
}
// if(element.category === 'precondition') {
// width = 100;
// realHeight = 100;
// }
return {
shape: 'task',
id: element.key,