- Linting (ESLint): Avoid reporting `no-console` - Refactoring: Avoid Firefox console errors with hidden iframe - Docs (CHANGES): Fix Markdown heading level
9 lines
101 B
JavaScript
Executable File
9 lines
101 B
JavaScript
Executable File
export default {
|
|
name: '数学',
|
|
buttons: [
|
|
{
|
|
title: '添加数学计算'
|
|
}
|
|
]
|
|
};
|