|
|
|
@ -262,6 +262,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
// 定义映射关系:元素ID -> 事件类型 -> 组件属性
|
|
|
|
// 定义映射关系:元素ID -> 事件类型 -> 组件属性
|
|
|
|
const elementMappings = {
|
|
|
|
const elementMappings = {
|
|
|
|
|
|
|
|
name: { event: 'blur', property: 'name' },
|
|
|
|
childrenType: { event: 'blur', property: 'childrenType' },
|
|
|
|
childrenType: { event: 'blur', property: 'childrenType' },
|
|
|
|
background: { event: 'blur', property: 'background' },
|
|
|
|
background: { event: 'blur', property: 'background' },
|
|
|
|
image: { event: 'change', property: 'image' },
|
|
|
|
image: { event: 'change', property: 'image' },
|
|
|
|
|