feat(web): iteration add output_type ;
docs(web): add comments
This commit is contained in:
@@ -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',
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user