fix: include work app camera modules

This commit is contained in:
wushumin
2026-05-16 17:13:35 +08:00
parent 5bce02f245
commit 499c09fc5d
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@ vendor/
runtime/
dist/
unpackage/
releases/
# env
.env

View File

@@ -15,7 +15,10 @@
"autoclose": true,
"delay": 0
},
"modules": {},
"modules": {
"Camera": {},
"Barcode": {}
},
"distribute": {
"android": {
"packagename": "com.anxinyan.work",