This commit is contained in:
xsl
2026-03-13 13:28:03 +08:00
parent d6b48a4b47
commit 9a220464aa
147 changed files with 15496 additions and 2 deletions
Binary file not shown.
+26
View File
@@ -0,0 +1,26 @@
{
"id": "__UNI__644401D",
"name": "SkinCamera",
"description": "",
"version": {
"name": "1.0.0",
"code": "100"
},
"uni-app-x": {
"compilerVersion": "4.87"
},
"app-android": {
"distribute": {
"modules": {},
"icons": {
"hdpi": "",
"xhdpi": "",
"xxhdpi": "",
"xxxhdpi": ""
},
"splashScreens": {
"default": {}
}
}
}
}
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

@@ -0,0 +1,16 @@
{
"minSdkVersion": "19",
"dependencies": [
"androidx.camera:camera-core:1.4.0-alpha04",
"androidx.camera:camera-camera2:1.4.0-alpha04",
"androidx.camera:camera-lifecycle:1.4.0-alpha04",
"androidx.camera:camera-video:1.4.0-alpha04",
"androidx.camera:camera-view:1.4.0-alpha04"
],
"components": [
{
"name": "skin-camera",
"class": "uts.sdk.modules.SkinCameraUTS.SkinCameraComponent"
}
]
}