- Linting (ESLint): Avoid reporting `no-console` - Refactoring: Avoid Firefox console errors with hidden iframe - Docs (CHANGES): Fix Markdown heading level
9 lines
108 B
JavaScript
Executable File
9 lines
108 B
JavaScript
Executable File
export default {
|
|
name: 'WebAppFind',
|
|
buttons: [
|
|
{
|
|
title: '保存图片到磁盘'
|
|
}
|
|
]
|
|
};
|