mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-08 01:58:36 +08:00
40 lines
665 B
TypeScript
40 lines
665 B
TypeScript
export default {
|
|
'id': '304022',
|
|
'name': '表明',
|
|
'code': 'manifest',
|
|
'desc': '表明',
|
|
'from': '100401',
|
|
|
|
'define': {
|
|
type: 2,
|
|
dash: [20, 10],
|
|
ep: {
|
|
type: 1
|
|
},
|
|
pvs: [
|
|
{ x: -75, y: 0, z: 1 },
|
|
{ x: 0, y: 0, z: 1 },
|
|
{ x: 75, y: 0, z: 1 },
|
|
],
|
|
iLinkModels: {
|
|
"0": { type: 3, dx: 0, dy: -10 }
|
|
}
|
|
},
|
|
//其它同时创建的平级控件
|
|
others: [
|
|
{
|
|
'id': '100002',
|
|
'define': {
|
|
width: 100,
|
|
height: 20,
|
|
text: "<<manifest>>",
|
|
fill: { type: 0 },
|
|
border: { type: 0 },
|
|
initCPV: {
|
|
x: 0, y: -10
|
|
}
|
|
}
|
|
},
|
|
]
|
|
}
|