refactor(workflow): streamline node metadata structure and enhance filtering logic

This commit is contained in:
twwu
2025-09-11 16:02:06 +08:00
parent 9458ebe320
commit 274e7f4f09
15 changed files with 86 additions and 76 deletions

View File

@ -14,6 +14,7 @@ const metaData = genNodeMetaData({
sort: 3,
type: BlockEnum.Loop,
author: 'AICT-Team',
isTypeFixed: true,
})
const nodeDefault: NodeDefault<LoopNodeType> = {
metaData,