mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 01:28:28 +08:00
34 lines
535 B
TypeScript
34 lines
535 B
TypeScript
export default {
|
|
'id': '306004',
|
|
'name': '消息',
|
|
'code': 'msg',
|
|
'desc': '消息',
|
|
'from': '306003',
|
|
|
|
define: {
|
|
ep: {
|
|
type: 51,
|
|
weight: 15
|
|
},
|
|
iLinkModels: {
|
|
"0": { type: 3, dx: -135, dy: 0 }
|
|
}
|
|
},
|
|
others:
|
|
[
|
|
{
|
|
'id': '100002',
|
|
'define': {
|
|
width: 100,
|
|
height: 20,
|
|
text: "Operation A()",
|
|
fill: { type: 0 },
|
|
border: { type: 0 },
|
|
initCPV: {
|
|
x: -60, y: 0
|
|
}
|
|
}
|
|
},
|
|
]
|
|
}
|