mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 01:28:28 +08:00
13 lines
159 B
TypeScript
13 lines
159 B
TypeScript
export default {
|
|
'id': '308012',
|
|
'name': '点',
|
|
'code': 'point',
|
|
'desc': '点',
|
|
'from': '100001',
|
|
|
|
'define': {
|
|
width: 20,
|
|
height: 20
|
|
}
|
|
}
|