From 23db8ee6063226480f964ed1de3ece9310e221a2 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 21 八月 2024 09:37:43 +0800 Subject: [PATCH] 提交 --- manifest.json | 27 ++++++++++++++++++++------- 1 files changed, 20 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index b95ba81..d1b8287 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,13 @@ { - "name" : "应急响应", - "appid" : "__UNI__843A1A3", + "name" : "危化品全生命周期管理平台", + "appid" : "__UNI__3D059D7", "description" : "", "versionName" : "1.0.0", "versionCode" : 1, "transformPx" : false, + "networkTimeout" : { + "request" : 5000 + }, "app-plus" : { /* 5+App特有相关 */ "usingComponents" : true, @@ -16,7 +19,12 @@ "autoclose" : true, "delay" : 0 }, - "modules" : {}, + "modules" : { + "Push" : {}, + "VideoPlayer" : {}, + "Barcode" : {}, + "Camera" : {} + }, /* 模块配置 */ "distribute" : { /* 应用发布信息 */ @@ -37,15 +45,19 @@ "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", "<uses-feature android:name=\"android.hardware.camera\"/>", - "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" - ] + "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>", + "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>", + "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\"/>" + ], + "abiFilters" : [ "armeabi-v7a" ] }, "ios" : { "dSYMs" : false }, /* ios打包配置 */ "sdkConfigs" : { - "ad" : {} + "ad" : {}, + "push" : {} }, "icons" : { "android" : { @@ -79,7 +91,8 @@ } } } - } + }, + "nativePlugins" : {} }, /* SDK配置 */ "quickapp" : {}, -- Gitblit v1.9.2