1、增加用户数据缓存,解决重复登录问题; 2、增加原生相机,解决uni api调用相机闪退问题;3、设置页面增加清除用户数据并退回登录页功能;
parent
98e2511339
commit
f8fe327ee5
Binary file not shown.
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "相机测试",
|
||||||
|
"id": "DeltaPhone-Camera",
|
||||||
|
"version": "1.4",
|
||||||
|
"description": "相机测试",
|
||||||
|
"_dp_type": "nativeplugin",
|
||||||
|
"_dp_nativeplugin": {
|
||||||
|
"android": {
|
||||||
|
"plugins": [{
|
||||||
|
"type": "module",
|
||||||
|
"name": "DeltaPhone-Camera",
|
||||||
|
"class": "com.deltaphone.cameramodule.CameraModule"
|
||||||
|
}],
|
||||||
|
"integrateType": "aar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"name": "身份证相机",
|
||||||
|
"id": "yun-camerax",
|
||||||
|
"version": "1.3.0",
|
||||||
|
"description": "自定义身份证相机",
|
||||||
|
"_dp_type": "nativeplugin",
|
||||||
|
"_dp_nativeplugin": {
|
||||||
|
"android": {
|
||||||
|
"plugins": [{
|
||||||
|
"type": "module",
|
||||||
|
"name": "yun-camerax-module",
|
||||||
|
"class": "com.yun.camera.CameraModule"
|
||||||
|
}],
|
||||||
|
"integrateType": "aar",
|
||||||
|
"minSdkVersion": "26",
|
||||||
|
"useAndroidX": true,
|
||||||
|
"dependencies": [
|
||||||
|
"androidx.constraintlayout:constraintlayout:2.0.4",
|
||||||
|
"androidx.camera:camera-core:1.1.0-alpha01",
|
||||||
|
"androidx.camera:camera-camera2:1.1.0-alpha01",
|
||||||
|
"androidx.camera:camera-lifecycle:1.1.0-alpha01",
|
||||||
|
"androidx.camera:camera-view:1.0.0-alpha27"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue