mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 01:28:28 +08:00
14 lines
196 B
TypeScript
14 lines
196 B
TypeScript
export default {
|
|
'id': '303003',
|
|
'name': '序列对象',
|
|
'code': 'obj',
|
|
'desc': '序列对象',
|
|
'from': '100002',
|
|
|
|
'define': {
|
|
width: 120,
|
|
height: 60,
|
|
text: "对象"
|
|
}
|
|
}
|