mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 01:28:28 +08:00
17 lines
214 B
TypeScript
17 lines
214 B
TypeScript
export default {
|
|
'id': '303011',
|
|
'name': '并行片段',
|
|
'code': 'par',
|
|
'desc': '并行片段',
|
|
'from': '303008',
|
|
|
|
'define': {
|
|
ext: {
|
|
composes: [
|
|
{ text: "Par" },
|
|
]
|
|
}
|
|
}
|
|
|
|
}
|