diff --git a/manifest.json b/manifest.json index b92df8b..5f0d1bf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,273 +1,270 @@ { - "name" : "众妙之门", - "appid" : "__UNI__5D0ED80", - "description" : "uni-app 框架示例,一套代码,同时发行到iOS、Android、H5、小程序等多个平台,请使用手机扫码快速体验 uni-app 的强大功能", - "versionName" : "1.0.12", - "versionCode" : 1012, - "transformPx" : false, - "app-plus" : { - "compatible" : { - // 设置为true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 - "ignoreVersion" : true - }, - "orientation" : [ - //竖屏正方向 - "portrait-primary", - //竖屏反方向 - "portrait-secondary", - //横屏正方向 - "landscape-primary", - //横屏反方向 - "landscape-secondary", - //自然方向 - "default" - ], - "usingComponents" : true, - "nvueCompiler" : "uni-app", - "nvueStyleCompiler" : "uni-app", - "compilerVersion" : 3, - "nvueLaunchMode" : "fast", - "splashscreen" : { - "iosStyle" : "common", - "androidStyle" : "default", - "useOriginalMsgbox" : true - }, - "modules" : { - "Push" : {}, - "Share" : {}, - "Speech" : {}, - "VideoPlayer" : {}, - "Payment" : {}, - "Camera" : {} - }, - "distribute" : { - "distribute" : { - "orientation" : [ "portrait-primary" ] //重力感应、横竖屏配置 - }, - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - "targetSdkVersion" : 30, - "minSdkVersion" : 21, - "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ], - "schemes" : "zmzm" - }, - "ios" : { - "UIBackgroundModes" : [ "audio" ], - "urlschemewhitelist" : [ "baidumap", "iosamap", "nuttyrading" ], - "dSYMs" : false, - "urltypes" : "zmzm", - "capabilities" : { - "entitlements" : { - "com.apple.developer.associated-domains" : [ "applinks:verification.nuttyreading.com" ] - } - }, - "idfa" : true - }, - "sdkConfigs" : { - "speech" : {}, - "oauth" : {}, - "payment" : { - "alipay" : { - "__platform__" : [ "ios", "android" ] - }, - "weixin" : { - "__platform__" : [ "ios", "android" ], - "appid" : "wx912aa600132dc965", - "UniversalLinks" : "https://verification.nuttyreading.com/zmzm/" - }, - "appleiap" : {} - }, - "share" : { - "weixin" : { - "appid" : "wx912aa600132dc965", - "UniversalLinks" : "https://verification.nuttyreading.com/zmzm/" - } - }, - "ad" : {} - }, - "orientation" : [ "portrait-primary" ], - "icons" : { - "android" : { - "hdpi" : "unpackage/res/icons/72x72.png", - "xhdpi" : "unpackage/res/icons/96x96.png", - "xxhdpi" : "unpackage/res/icons/144x144.png", - "xxxhdpi" : "unpackage/res/icons/192x192.png" - }, - "ios" : { - "appstore" : "unpackage/res/icons/1024x1024.png", - "ipad" : { - "app" : "unpackage/res/icons/76x76.png", - "app@2x" : "unpackage/res/icons/152x152.png", - "notification" : "unpackage/res/icons/20x20.png", - "notification@2x" : "unpackage/res/icons/40x40.png", - "proapp@2x" : "unpackage/res/icons/167x167.png", - "settings" : "unpackage/res/icons/29x29.png", - "settings@2x" : "unpackage/res/icons/58x58.png", - "spotlight" : "unpackage/res/icons/40x40.png", - "spotlight@2x" : "unpackage/res/icons/80x80.png" - }, - "iphone" : { - "app@2x" : "unpackage/res/icons/120x120.png", - "app@3x" : "unpackage/res/icons/180x180.png", - "notification@2x" : "unpackage/res/icons/40x40.png", - "notification@3x" : "unpackage/res/icons/60x60.png", - "settings@2x" : "unpackage/res/icons/58x58.png", - "settings@3x" : "unpackage/res/icons/87x87.png", - "spotlight@2x" : "unpackage/res/icons/80x80.png", - "spotlight@3x" : "unpackage/res/icons/120x120.png" - } - } - }, - "splashscreen" : { - "androidStyle" : "common", - "android" : { - "hdpi" : "unpackage/res/icons/72x72.png" - }, - "iosStyle" : "common", - "useOriginalMsgbox" : true - } - }, - "uniStatistics" : { - "enable" : true - }, - "nativePlugins" : {} - }, - "quickapp" : {}, - "quickapp-native" : { - "icon" : "/static/logo.png", - "package" : "com.example.demo", - "features" : [ - { - "name" : "system.clipboard" - } - ] - }, - "quickapp-webview" : { - "icon" : "static/icon/fengziIcon.png", - "package" : "com.cn.zmzm", - "minPlatformVersion" : 1070, - "versionName" : "1.0.1", - "versionCode" : 101 - }, - "mp-weixin" : { - "appid" : "", - "setting" : { - "urlCheck" : false - }, - "usingComponents" : true, - "permission" : { - "scope.userLocation" : { - "desc" : "演示定位能力" - } - }, - "uniStatistics" : { - "enable" : true - } - }, - "mp-alipay" : { - "usingComponents" : true, - "uniStatistics" : { - "enable" : true - } - }, - "mp-baidu" : { - "usingComponents" : true, - "uniStatistics" : { - "enable" : true - }, - "dynamicLib" : { - "editorLib" : { - "provider" : "swan-editor" - } - } - }, - "mp-toutiao" : { - "usingComponents" : true, - "uniStatistics" : { - "enable" : true - } - }, - "mp-jd" : { - "usingComponents" : true, - "uniStatistics" : { - "enable" : true - } - }, - "h5" : { - "template" : "template.h5.html", - "router" : { - "mode" : "history", - "base" : "" - }, - "sdkConfigs" : { - "maps" : { - "qqmap" : { - "key" : "TKUBZ-D24AF-GJ4JY-JDVM2-IBYKK-KEBCU" - } - } - }, - "async" : { - "timeout" : 20000 - }, - "uniStatistics" : { - "enable" : true - } - }, - "vueVersion" : "2", - "mp-kuaishou" : { - "uniStatistics" : { - "enable" : true - } - }, - "mp-lark" : { - "uniStatistics" : { - "enable" : true - } - }, - "mp-qq" : { - "uniStatistics" : { - "enable" : true - } - }, - "quickapp-webview-huawei" : { - "uniStatistics" : { - "enable" : true - } - }, - "quickapp-webview-union" : { - "uniStatistics" : { - "enable" : true - } - }, - "uniStatistics" : { - "version" : "2", - "enable" : true - }, - "_spaceID" : "mp-3614b80b-2d75-4462-a481-4998f8187274" + "name": "众妙之门", + "appid": "__UNI__5D0ED80", + "description": "众妙之门", + "networkTimeout": { + "request": 3000 + }, + "transformPx": false, + "icons": [{ + "sizes": "分辨率,192x192", + "src": "图片路径" + }], + "versionName": "1.0.04", + "versionCode": 1004, + "app-plus": { + "nvueCompiler": "weex", + "compatible": { + "ignoreVersion": true + }, + "screenOrientation": [ + "portrait-primary", + "portrait-secondary", + "landscape-primary", + "landscape-secondary" + ], + "privacy": { + "prompt": "template", + "template": { + "title": "用户协议和隐私政策", + "message": "请你务必审慎阅读、充分理解“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《用户协议》《隐私协议》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", + "buttonAccept": "同意", + "buttonRefuse": "暂不同意" + } + }, + "modules": { + "Payment": {}, + "Share": {}, + "Camera": {}, + "OAuth": {}, + "VideoPlayer": {} + }, + "distribute": { + "apple": { + "devices": "universal" + }, + // "UIBackgroundModes" : [ "audio" ] + "android": { + "permissionPhoneState": { + "request": "none", + "prompt": "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。" + }, + "permissionExternalStorage": { + "request": "none", + "prompt": "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。" + }, + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"], + "minSdkVersion": 21, + "targetSdkVersion": 30, + "schemes": "zmzm" + }, + "sdkConfigs": { + "ad": {}, + "maps": {}, + "share": { + "weixin": { + "appid": "wx912aa600132dc965", + "UniversalLinks": "https://verification.nuttyreading.com/uni-universallinks/__UNI__5D0ED80/" + } + }, + "payment": { + "alipay": { + "__platform__": ["ios", "android"] + }, + "appleiap": {}, + "weixin": { + "__platform__": ["ios", "android"], + "appid": "wx912aa600132dc965", + "UniversalLinks": "https://verification.nuttyreading.com/uni-universallinks/__UNI__5D0ED80/" + } + }, + "oauth": {}, + "push": {} + }, + "splashscreen": { + "iosStyle": "common", + "androidStyle": "default", + "useOriginalMsgbox": true + }, + "ios": { + "dSYMs": false, + // "UIBackgroundModes" : [ "audio" ], // 背景播放音乐 + "capabilities": { + "entitlements": { + "com.apple.developer.associated-domains": ["applinks:verification.nuttyreading.com"] + } + }, + "idfa": false, + "urltypes": "zmzm", + "urlschemewhitelist": "nuttyreading,medicine", + "privacyDescription": { + "NSPhotoLibraryUsageDescription": "保障您在此app中的修改头像、申诉反馈上传图片、留言上传图片功能的正常使用", + "NSCameraUsageDescription": "保障您在此app中的修改头像、申诉反馈上传图片、留言上传图片功能的正常使用", + "NSPhotoLibraryAddUsageDescription": "保障您在此app中的修改头像、申诉反馈上传图片、留言上传图片功能的正常使用" + } + }, + "icons": { + "android": { + "hdpi": "unpackage/res/icons/72x72.png", + "xhdpi": "unpackage/res/icons/96x96.png", + "xxhdpi": "unpackage/res/icons/144x144.png", + "xxxhdpi": "unpackage/res/icons/192x192.png" + }, + "ios": { + "appstore": "unpackage/res/icons/1024x1024.png", + "ipad": { + "app": "unpackage/res/icons/76x76.png", + "app@2x": "unpackage/res/icons/152x152.png", + "notification": "unpackage/res/icons/20x20.png", + "notification@2x": "unpackage/res/icons/40x40.png", + "proapp@2x": "unpackage/res/icons/167x167.png", + "settings": "unpackage/res/icons/29x29.png", + "settings@2x": "unpackage/res/icons/58x58.png", + "spotlight": "unpackage/res/icons/40x40.png", + "spotlight@2x": "unpackage/res/icons/80x80.png" + }, + "iphone": { + "app@2x": "unpackage/res/icons/120x120.png", + "app@3x": "unpackage/res/icons/180x180.png", + "notification@2x": "unpackage/res/icons/40x40.png", + "notification@3x": "unpackage/res/icons/60x60.png", + "settings@2x": "unpackage/res/icons/58x58.png", + "settings@3x": "unpackage/res/icons/87x87.png", + "spotlight@2x": "unpackage/res/icons/80x80.png", + "spotlight@3x": "unpackage/res/icons/120x120.png" + } + } + } + }, + "compilerVersion": 3, + "nvueLaunchMode": "fast", + "splashscreen": { + "alwaysShowBeforeRender": false + }, + "nativePlugins": {}, + "uniStatistics": { + "enable": true + }, + "safearea": { + //安全区域配置,仅iOS平台生效 + "bottom": { + // 底部安全区域配置 + "offset": "none" // 底部安全区域偏移,"none"表示不空出安全区域,"auto"自动计算空出安全区域,默认值为"none" + } + } + }, + // 5+App特有相关 + "quickapp": {}, + // 快应用特有相关 + "mp-weixin": { + "setting": { + "urlCheck": false, + "es6": true, + "postcss": true, + "minified": true + }, + "usingComponents": true, + "appid": "wx912aa600132dc965", + "permission": { + "scope.userLocation": { + "desc": "你的位置信息将用于小程序位置接口的效果展示" + } + }, + "uniStatistics": { + "enable": true + } + }, + "h5": { + "template": "template.h5.html", + "router": { + "mode": "hash", + "base": "/uniappDemo/" + }, + "optimization": { + "treeShaking": { + "enable": true + } + }, + "uniStatistics": { + "enable": true + } + }, + "_spaceID": "mp-3614b80b-2d75-4462-a481-4998f8187274", + "uniStatistics": { + "version": "2", + "enable": true + }, + "mp-alipay": { + "uniStatistics": { + "enable": true + } + }, + "mp-baidu": { + "uniStatistics": { + "enable": true + } + }, + "mp-jd": { + "uniStatistics": { + "enable": true + } + }, + "mp-kuaishou": { + "uniStatistics": { + "enable": true + } + }, + "mp-lark": { + "uniStatistics": { + "enable": true + } + }, + "mp-qq": { + "uniStatistics": { + "enable": true + } + }, + "mp-toutiao": { + "uniStatistics": { + "enable": true + } + }, + "quickapp-webview-huawei": { + "uniStatistics": { + "enable": true + } + }, + "quickapp-webview-union": { + "uniStatistics": { + "enable": true + } + } } +// 小程序特有相关 \ No newline at end of file