mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 01:28:28 +08:00
17 lines
226 B
TypeScript
17 lines
226 B
TypeScript
export default {
|
|
'id': '303012',
|
|
'name': '自定义片段',
|
|
'code': 'custom',
|
|
'desc': '自定义片段',
|
|
'from': '303008',
|
|
|
|
'define': {
|
|
ext: {
|
|
composes: [
|
|
{ text: "Custom" },
|
|
]
|
|
}
|
|
}
|
|
|
|
}
|