123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334 |
- {
- "name" : "宜格服务",
- "appid" : "__UNI__CDA7F63",
- "description" : "应用描述",
- "versionName" : "1.8",
- "versionCode" : 18,
- "transformPx" : false,
- /* 5+App特有相关 */
- "app-plus" : {
- "usingComponents" : true,
- "nvueCompiler" : "uni-app",
- "nvueStyleCompiler" : "uni-app",
- "compilerVersion" : 3,
- "nvueLaunchMode" : "fast",
- "compatible" : {
- "ignoreVersion" : true
- },
- "screenOrientation" : [ "portrait-primary" ],
- "splashscreen" : {
- "waiting" : false,
- "alwaysShowBeforeRender" : true
- },
- "modules" : {
- "OAuth" : {},
- "Share" : {},
- "VideoPlayer" : {},
- "Maps" : {},
- "Payment" : {},
- "Geolocation" : {},
- "iBeacon" : {},
- "Camera" : {},
- "Barcode" : {},
- "Push" : {}
- },
- /* 应用发布信息 */
- "distribute" : {
- /* android打包配置 */
- "android" : {
- "permissions" : [
- "<uses-feature android:name=\"android.hardware.camera\"/>",
- "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
- "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
- "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
- "<uses-permission android:name=\"android.permission.ACCESS_MOCK_LOCATION\"/>",
- "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
- "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
- "<uses-permission android:name=\"android.permission.BLUETOOTH\"/>",
- "<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>",
- "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
- "<uses-permission android:name=\"android.permission.CAMERA\"/>",
- "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
- "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
- "<uses-permission android:name=\"android.permission.GET_TASKS\"/>",
- "<uses-permission android:name=\"android.permission.INTERNET\"/>",
- "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
- "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
- "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
- "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
- "<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\"/>",
- "<uses-permission android:name=\"android.permission.SET_DEBUG_APP\"/>",
- "<uses-permission android:name=\"android.permission.SYSTEM_ALERT_WINDOW\"/>",
- "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
- "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
- "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
- "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
- "<uses-permission android:name=\"android.permission.WRITE_SYNC_SETTINGS\"/>",
- "<uses-permission android:name=\"android.permission.RECEIVE_USER_PRESENT\"/>"
- ],
- "schemes" : "ygfwUrlSchemes",
- "minSdkVersion" : 21,
- "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
- "targetSdkVersion" : 60
- },
- /* ios打包配置 */
- "ios" : {
- /* 允许后台运行能力需要指定的原因 *//* "UIBackgroundModes" : [ "location" ], */
- "urlschemewhitelist" : [ "baidumap", "iosamap", "alipay" ],
- "urltypes" : "ygfwUrlSchemes",
- "capabilities" : {
- "entitlements" : {
- "com.apple.developer.associated-domains" : [
- "applinks:yigefuwusys.sc.yichang.gov.cn",
- "applinks:yigeapp.songlanyun.com"
- ]
- }
- },
- "dSYMs" : false,
- "idfa" : false,
- "privacyDescription" : {
- "NSLocationWhenInUseUsageDescription" : "需要您的同意,才能在使用时获取位置信息,以便于推荐附近的店铺",
- "NSPhotoLibraryUsageDescription" : "需要授权获取你的相册权限,用于获取照片上传图片作为用户头像",
- "NSPhotoLibraryAddUsageDescription" : "需要您的同意,才能访问相册,以便于保存图片",
- "NSCameraUsageDescription" : "需要您的同意,才能访问摄像头,以便于拍取证明材料图片上传",
- "NSMicrophoneUsageDescription" : "需要授权获取你的麦克风权限,用于提交任务录音"
- }
- },
- /* SDK配置 */
- "sdkConfigs" : {
- "speech" : {
- "ifly" : {}
- },
- "geolocation" : {
- "amap" : {
- "__platform__" : [ "ios", "android" ],
- "appkey_ios" : "dbe35acc2b74817021c73062b0318bf4",
- "appkey_android" : "bde3903093d0eff03b0052192a67e1c0"
- }
- },
- "share" : {
- "weixin" : {
- "appid" : "wx2cbf40f5fffa9e80",
- "UniversalLinks" : "https://yigefuwusys.sc.yichang.gov.cn/appstore/"
- }
- },
- "ad" : {},
- "payment" : {
- "alipay" : {
- "__platform__" : [ "ios", "android" ]
- },
- "weixin" : {
- "__platform__" : [ "ios", "android" ],
- "appid" : "wx2cbf40f5fffa9e80",
- "UniversalLinks" : "https://yigefuwusys.sc.yichang.gov.cn/appstore/"
- },
- "appleiap" : {}
- },
- "maps" : {
- "amap" : {
- "appkey_ios" : "dbe35acc2b74817021c73062b0318bf4",
- "appkey_android" : "bde3903093d0eff03b0052192a67e1c0"
- }
- },
- "oauth" : {
- "weixin" : {
- "appid" : "wx2cbf40f5fffa9e80",
- "UniversalLinks" : "https://yigefuwusys.sc.yichang.gov.cn/appstore/"
- },
- "apple" : {}
- },
- "push" : {
- "unipush" : {
- "icons" : {
- "small" : {
- "ldpi" : "logo.png",
- "mdpi" : "logo.png",
- "hdpi" : "logo.png"
- }
- }
- }
- }
- },
- "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" : {
- "useOriginalMsgbox" : true,
- "androidStyle" : "default",
- "androidTranslucent" : true,
- "android" : {
- "hdpi" : "splash/Android/res/drawable-mdpi/1080_1.9.png",
- "xhdpi" : "splash/Android/res/drawable-xhdpi/1080_1.9.png",
- "xxhdpi" : "splash/Android/res/drawable-xxhdpi/1080_1.9.png"
- },
- "iosStyle" : "storyboard",
- "ios" : {
- "iphone" : {
- "portrait-896h@3x" : "",
- "landscape-896h@3x" : "",
- "portrait-896h@2x" : "",
- "landscape-896h@2x" : "",
- "iphonex" : "",
- "iphonexl" : "",
- "retina55" : "",
- "retina55l" : "",
- "retina47" : "",
- "retina47l" : "",
- "retina40" : "",
- "retina40l" : "",
- "retina35" : ""
- },
- "storyboard" : "splash/iOS/img.zip"
- }
- }
- },
- "safearea" : {
- "background" : "#RRGGBB",
- "backgroundDark" : "#RRGGBB",
- "bottom" : {
- "offset" : "none"
- }
- },
- "nativePlugins" : {
- "DHQ-AlipayAuth" : {
- "__plugin_info__" : {
- "name" : "【免费】支付宝授权登录,支持iOS和Android,适用uni集成的支付宝支付",
- "description" : "iOS && Android 原生授权获取auth_code",
- "platforms" : "Android,iOS",
- "url" : "https://ext.dcloud.net.cn/plugin?id=13888",
- "android_package_name" : "com.yichang.yigefuwuapp",
- "ios_bundle_id" : "com.yichang.yigefuwuapp",
- "isCloud" : true,
- "bought" : 1,
- "pid" : "13888",
- "parameters" : {}
- }
- },
- "SandPayTypeModule" : {
- "jumpScheme_host" : "ygfuJumpScheme",
- "__plugin_info__" : {
- "name" : "SandPayTypeModule",
- "description" : "河马付收银台安卓原生插件",
- "platforms" : "Android",
- "url" : "",
- "android_package_name" : "",
- "ios_bundle_id" : "",
- "isCloud" : false,
- "bought" : -1,
- "pid" : "",
- "parameters" : {
- "jumpScheme_host" : {
- "des" : "",
- "key" : "",
- "value" : ""
- }
- }
- }
- },
- "HMPTLib-HMPLibModule" : {
- "__plugin_info__" : {
- "name" : "HMPLibModule",
- "description" : "河马付支付示例插件",
- "platforms" : "iOS",
- "url" : "",
- "android_package_name" : "",
- "ios_bundle_id" : "",
- "isCloud" : false,
- "bought" : -1,
- "pid" : "",
- "parameters" : {}
- }
- }
- }
- },
- /* 快应用特有相关 */
- "quickapp" : {},
- "quickapp-native" : {
- "icon" : "/static/logo-icon.png",
- "package" : "com.example.demo",
- "features" : [
- {
- "name" : "system.clipboard"
- }
- ]
- },
- "quickapp-webview" : {
- "icon" : "/static/logo-icon.png",
- "package" : "com.example.demo",
- "minPlatformVersion" : 1070,
- "versionName" : "1.0.0",
- "versionCode" : 100
- },
- /* 小程序特有相关 */
- "mp-weixin" : {
- "appid" : "",
- "setting" : {
- "urlCheck" : false,
- "minified" : true,
- "es6" : true
- },
- "usingComponents" : true,
- "permission" : {}
- },
- "mp-alipay" : {
- "usingComponents" : true,
- "appid" : ""
- },
- "mp-baidu" : {
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "usingComponents" : true
- },
- "h5" : {
- "template" : "",
- "router" : {
- "mode" : "hash",
- "base" : ""
- },
- "sdkConfigs" : {
- "maps" : {
- "amap" : {
- "key" : "",
- "securityJsCode" : "",
- "serviceHost" : ""
- }
- }
- },
- "async" : {
- "timeout" : 20000
- }
- },
- "_spaceID" : "12a98a60-3b0c-4e0b-aeb6-34933e0e2f2b"
- }
|