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': '303010',
|
|
'name': '选项片段',
|
|
'code': 'opt',
|
|
'desc': '选项片段',
|
|
'from': '303008',
|
|
|
|
'define': {
|
|
ext: {
|
|
composes: [
|
|
{ text: "Opt" },
|
|
]
|
|
}
|
|
}
|
|
|
|
}
|