This commit is contained in:
xsl
2026-03-12 21:13:07 +08:00
parent f7982d45de
commit 55c64a6db4
149 changed files with 15472 additions and 1 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": "xf-camera",
"class": "uts.sdk.modules.SkinCameraUTS.XfCameraComponent"
}
]
}