feat(web): iteration add output_type ;

docs(web): add comments
This commit is contained in:
zhaoying
2026-02-03 15:40:18 +08:00
parent df8706983b
commit be01f1869e
3 changed files with 99 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
* @Author: ZhaoYing
* @Date: 2026-02-03 15:06:18
* @Last Modified by: ZhaoYing
* @Last Modified time: 2026-02-03 15:10:19
* @Last Modified time: 2026-02-03 15:25:25
*/
import LoopNode from './components/Nodes/LoopNode';
import NormalNode from './components/Nodes/NormalNode';
@@ -317,6 +317,9 @@ export const nodeLibrary: NodeLibrary[] = [
output: {
type: 'variableList',
filterChildNodes: true
},
output_type: {
type: 'define',
}
},
},