From fa5188ec97f684c4a5faa9707d9891bd1979e9e9 Mon Sep 17 00:00:00 2001 From: linju <8432241+linjuDcloud@user.noreply.gitee.com> Date: Tue, 13 Apr 2021 16:31:50 +0800 Subject: [PATCH] 21 --- .gitignore | 3 +- manifest.json | 122 -------------------------------------------------- 2 files changed, 2 insertions(+), 123 deletions(-) delete mode 100644 manifest.json diff --git a/.gitignore b/.gitignore index 871ae1ea..28f03308 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ unpackage/ .hbuilderx node_modules .DS_Store -uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/config.json \ No newline at end of file +uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/config.json +manifest.json \ No newline at end of file diff --git a/manifest.json b/manifest.json deleted file mode 100644 index d3019060..00000000 --- a/manifest.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "name" : "base-app", - "appid" : "__UNI__03B096E", - "description" : "", - "versionName" : "1.0.0", - "versionCode" : "100", - "transformPx" : false, - "app-plus" : { - "usingComponents" : true, - "nvueCompiler" : "uni-app", - "compilerVersion" : 3, - "compatible" : { - "ignoreVersion" : true - }, - "screenOrientation" : [ "portrait-primary" ], // 竖屏锁定 - "safearea" : { - //安全区域配置,仅iOS平台生效 - "background" : "#FFFFFF", //安全区域外的背景颜色,默认值为"#FFFFFF" - "bottom" : { - // 底部安全区域配置 - "offset" : "auto" // 底部安全区域偏移,"none"表示不空出安全区域,"auto"自动计算空出安全区域,默认值为"none" - } - }, - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 - }, - "modules" : { - "Share" : {}, - "Fingerprint" : {}, - "OAuth" : {} - }, - "distribute" : { - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios" : { - "capabilities" : { - "plists" : { - "DCloudConfig" : { - "miniServer" : true - } - }, - "entitlements" : { - "com.apple.developer.associated-domains" : [ - "applinks:uniapp.dcloud.io", - "applinks:static-7827e38b-7f40-4421-bca7-58331dcddc00.bspapp.com", - "applinks:static-76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e.bspapp.com" - ] - } - }, - "privacyDescription" : { - "NSLocalNetworkUsageDescription" : "展示游戏页面" - } - }, - "sdkConfigs" : { - "oauth" : { - "apple" : {}, - "weixin" : { - "appid" : "wxffdd8fa6ec4ef2a0", - "appsecret" : "6c9119430d7be0a147bcbbb73ef33acf", - "UniversalLinks" : "https://static-76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e.bspapp.com/uni-universallinks/__UNI__03B096E" - }, - "univerify" : {} - }, - "share" : { - "weixin" : { - "appid" : "wxffdd8fa6ec4ef2a0", - "UniversalLinks" : "https://static-76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e.bspapp.com/uni-universallinks/__UNI__03B096E", - "_spaceID" : "76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e" - } - }, - "payment" : { - "weixin" : { - "UniversalLinks" : "https://static-76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e.bspapp.com/uni-universallinks/__UNI__03B096E" - } - }, - "ad" : {} - } - } - }, - "quickapp" : {}, - "mp-weixin" : { - "appid" : "wx999bf02c8e05dfc9", - "setting" : { - "urlCheck" : false - }, - "usingComponents" : true - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - } -} -- GitLab