画布 选择卡片层级
This commit is contained in:
@@ -53,6 +53,7 @@ export class NodeManager {
|
||||
...(options ? options : {}),
|
||||
component: resultImage,
|
||||
data: {
|
||||
tier: 0,
|
||||
type: NODE_DATATYPE.RESULT_IMAGE,
|
||||
isHeader: true,
|
||||
...(options?.data || {}),
|
||||
@@ -67,6 +68,7 @@ export class NodeManager {
|
||||
component: card,
|
||||
positionY: 50,
|
||||
data: {
|
||||
tier: 1,
|
||||
type: NODE_DATATYPE.CARDS_SELECT,
|
||||
...(options?.data || {}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user