- Linting (ESLint): Avoid reporting `no-console` - Refactoring: Avoid Firefox console errors with hidden iframe - Docs (CHANGES): Fix Markdown heading level
12 lines
177 B
JavaScript
Executable File
12 lines
177 B
JavaScript
Executable File
export default {
|
|
name: '连接器',
|
|
langList: [
|
|
{id: 'mode_connect', title: '连接两个对象'}
|
|
],
|
|
buttons: [
|
|
{
|
|
title: '连接两个对象'
|
|
}
|
|
]
|
|
};
|