mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-13 04:46:52 +08:00
feat: organize button adds organization of nodes inside iteration/loop nodes (#17068)
This commit is contained in:
@@ -416,6 +416,10 @@ export const LOOP_PADDING = {
|
||||
left: 16,
|
||||
}
|
||||
|
||||
export const NODE_LAYOUT_HORIZONTAL_PADDING = 60
|
||||
export const NODE_LAYOUT_VERTICAL_PADDING = 60
|
||||
export const NODE_LAYOUT_MIN_DISTANCE = 100
|
||||
|
||||
let maxParallelLimit = 10
|
||||
|
||||
if (process.env.NEXT_PUBLIC_MAX_PARALLEL_LIMIT && process.env.NEXT_PUBLIC_MAX_PARALLEL_LIMIT !== '')
|
||||
|
||||
Reference in New Issue
Block a user