fix the photo share_target, and tweak other verbiage

This commit is contained in:
2024-05-19 19:56:25 -06:00
parent 151c8154c4
commit ad39ea05c2
4 changed files with 9 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ export default defineConfig({
files: [
{
name: 'photo',
accept: ['image/jpg', 'image/jpeg', 'image/png'],
accept: ['image/*'],
},
],
},