mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-08 01:58:36 +08:00
18 lines
263 B
TypeScript
18 lines
263 B
TypeScript
export default {
|
|
'id': '304014',
|
|
'name': '部署概述实例',
|
|
'code': 'ovins',
|
|
'desc': 'UML的部署概述实例',
|
|
'from': '100002',
|
|
|
|
'define': {
|
|
text: `<<deployment spec>>
|
|
Deployment
|
|
Specification A`,
|
|
textStyle: {
|
|
feed: 1
|
|
}
|
|
}
|
|
|
|
}
|