anyone wishing to test and confirm it should go back to the project can submit an issue (or better propose a PR).
9 lines
108 B
JavaScript
Executable File
9 lines
108 B
JavaScript
Executable File
export default {
|
|
name: 'WebAppFind',
|
|
buttons: [
|
|
{
|
|
title: '保存图片到磁盘'
|
|
}
|
|
]
|
|
};
|