mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 01:28:28 +08:00
18 lines
215 B
TypeScript
18 lines
215 B
TypeScript
|
|
export default {
|
|
'id': '303009',
|
|
'name': '抉择片段',
|
|
'code': 'alt',
|
|
'desc': '抉择片段',
|
|
'from': '303008',
|
|
|
|
'define': {
|
|
ext: {
|
|
composes: [
|
|
{ text: "Alt" },
|
|
]
|
|
}
|
|
}
|
|
|
|
}
|