4.8.13 perf (#3112)

* fix: share page load title error

* update file input doc

* perf: auto add file urls

* perf: auto ser loop node offset height
This commit is contained in:
Archer
2024-11-11 14:35:17 +08:00
committed by archer
parent acdf6a0dd9
commit d758ddb47c
12 changed files with 106 additions and 83 deletions

View File

@@ -199,6 +199,7 @@ export enum NodeInputKeyEnum {
childrenNodeIdList = 'childrenNodeIdList',
nodeWidth = 'nodeWidth',
nodeHeight = 'nodeHeight',
loopNodeInputHeight = 'loopNodeInputHeight',
// loop start
loopStartInput = 'loopStartInput',
loopStartIndex = 'loopStartIndex',