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