This commit is contained in:
lzp
2026-03-04 15:06:22 +08:00
parent 9817e5e0db
commit cee42d8b78
28 changed files with 340 additions and 84 deletions

View File

@@ -4,6 +4,7 @@
export const NODE_COMPONENT = {
RESULT_IMAGE: 'result-image',
CARD: 'card',
TEXT: 'text',
}
/**
@@ -13,6 +14,7 @@ export const NODE_TYPE = {
INPUT: 'InputNode',
SECONDARY: 'SecondaryNode',
OUTPUT: 'OutputNode',
ALONE: 'AloneNode',
}
/**