diff --git a/.gitignore b/.gitignore index 871ae1ea87668d521706e501bd5d66642c36487e..28f03308e3d963fc1b0841dc56205cfb8b45a9d3 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 d30190606d594cb86ce7fbe7654d3f52319ffb7f..0000000000000000000000000000000000000000 --- 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 - } -}