- Linting (ESLint): Avoid reporting `no-console` - Refactoring: Avoid Firefox console errors with hidden iframe - Docs (CHANGES): Fix Markdown heading level
15 lines
181 B
JavaScript
Executable File
15 lines
181 B
JavaScript
Executable File
export default {
|
|
name: '多边形',
|
|
buttons: [
|
|
{
|
|
title: '多边形工具'
|
|
}
|
|
],
|
|
contextTools: [
|
|
{
|
|
title: '边数',
|
|
label: '边数'
|
|
}
|
|
]
|
|
};
|