diff --git a/manifest.json b/manifest.json index cac71be..fbafbac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,43 +1,64 @@ { - "name" : "MyCamera", - "appid" : "__UNI__E01D2E1", - "description" : "", - "versionName" : "1.0.0", - "versionCode" : "100", - "uni-app-x" : {}, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "", - "setting" : { - "urlCheck" : false - }, - "usingComponents" : true - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "vueVersion" : "3", - "app" : { - "distribute" : { - "icons" : { - "android" : { - "hdpi" : "", - "xhdpi" : "", - "xxhdpi" : "", - "xxxhdpi" : "" - } - } - } - } -} + "name": "MyCamera", + "appid": "__UNI__E01D2E1", + "description": "", + "versionName": "1.0.0", + "versionCode": "100", + "uni-app-x": {}, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { + "appid": "", + "setting": { + "urlCheck": false + }, + "usingComponents": true + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "3", + "app": { + "distribute": { + "icons": { + "android": { + "hdpi": "", + "xhdpi": "", + "xxhdpi": "", + "xxxhdpi": "" + } + } + } + }, + "app-android": { + "distribute": { + "modules": {}, + "icons": { + "hdpi": "", + "xhdpi": "", + "xxhdpi": "", + "xxxhdpi": "" + }, + "splashScreens": { + "default": {} + } + } + }, + "app-ios": { + "distribute": { + "modules": {}, + "icons": {}, + "splashScreens": {} + } + } +} \ No newline at end of file diff --git a/pages/index/index.uvue b/pages/index/index.uvue index 9609ed2..06ea7c7 100644 --- a/pages/index/index.uvue +++ b/pages/index/index.uvue @@ -17,8 +17,8 @@ - + @@ -48,7 +48,7 @@ CameraFrameListenerStartOption, StopOption, OnCameraFrameListenerOption - } from '@/uni_modules/XF-cameraUTS' + } from '@/uni_modules/MY-cameraUTS' // import { // startVideo,