working but incomplete version with new build.

This commit is contained in:
JFH
2020-08-06 21:09:16 +02:00
parent 31bca25b1c
commit 7f461f9c63
373 changed files with 88846 additions and 554 deletions

View File

@@ -0,0 +1,8 @@
export default {
name: 'WebAppFind',
buttons: [
{
title: 'Save Image back to Disk'
}
]
};

View File

@@ -0,0 +1,8 @@
export default {
name: 'WebAppFind',
buttons: [
{
title: '保存图片到磁盘'
}
]
};