上级为3d的情况点击放大按钮为打开模型窗口

This commit is contained in:
X1627315083@163.com
2026-03-16 15:28:05 +08:00
parent 334c658d7c
commit f44adb0244
7 changed files with 37 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ interface NodeData {
tier?: string// 节点层级
isHeader?: boolean// 是否显示头
superiorID?: string// 上级节点ID
superiorNodeType?: string// 上级节点类型
disableDelete?: boolean// 是否禁用删除
disableCopy?: boolean// 是否禁用复制
originalImage?: string// 要进行生成的图片