画布 选择卡片层级

This commit is contained in:
lzp
2026-03-02 10:44:19 +08:00
parent 7045fbe963
commit a865d189f3
8 changed files with 71 additions and 21 deletions

View File

@@ -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 || {}),
},