| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392 |
- {
- "name" : "医疗设备",
- "appid" : "__UNI__5EE3147",
- "description" : "汇集丰富的中医药知识,足不出户学中医。包含药膳、经络、中药、名方等,靠谱的医学科普让您学会居家调养,健康生活。",
- "versionName" : "1.1.1",
- "versionCode" : 111,
- "transformPx" : false,
- /* 5+App特有相关 */
- "app-plus" : {
- "usingComponents" : true,
- "nvueStyleCompiler" : "uni-app",
- "compilerVersion" : 3,
- "image" : {
- //关闭图片压缩 扫码时
- "compress" : false
- },
- "splashscreen" : {
- "alwaysShowBeforeRender" : true,
- "waiting" : true,
- "autoclose" : false,
- "delay" : 0
- },
- "safearea" : {
- "bottom" : {
- "offset" : "none"
- }
- },
- "compatible" : {
- "ignoreVersion" : true
- },
- "disallowOverscroll" : true, // 确保这里没有设置为 false
- "scaleMode" : "system", // 确保这里设置为 "system"
- /* 模块配置 */
- "modules" : {
- "Geolocation" : {},
- "Camera" : {},
- "Bluetooth" : {}
- },
- /* 应用发布信息 */
- "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.BLUETOOTH\"/>",
- "<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.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.FLASHLIGHT\"/>",
- "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
- "<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_CONTACTS\"/>",
- "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
- "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
- "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
- "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
- "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
- "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>",
- "<uses-permission android:name=\"android.permission.REQUEST_NOTIFICATION_POLICY\" />",
- "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
- "<uses-permission android:name=\"android.permission.POST_NOTIFICATIONS\"/>",
- "<uses-permission android:name=\"com.huawei.android.launcher.permission.CHANGE_BADGE\"/>"
- ],
- "notificationChannels" : [
- {
- "id" : "sticky_channel",
- "name" : "IM通知",
- "importance" : "high", // 高优先级
- "description" : "",
- "lights" : true,
- "vibration" : true
- }
- ],
- "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
- "schemes" : "rtlive",
- "targetSdkVersion" : 30,
- "permissionExternalStorage" : {
- "request" : "none", //可取值none、once、always。
- "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
- },
- "permissionPhoneState" : {
- "request" : "none", //可取值none、once、always。
- "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
- },
- "minSdkVersion" : 24
- },
- /* ios打包配置 */
- "ios" : {
- "dSYMs" : false,
- "inAppPurchase" : [ "vip_month_one", "vip_month_twelve", "vip_month_three" ],
- "capabilities" : {
- "entitlements" : {
- "com.apple.developer.associated-domains" : [ "applinks:rtlink.ylrzcloud.com" ]
- }
- },
- "privacyDescription" : {
- "NSPhotoLibraryUsageDescription" : "便于您使用该功能上传您的照片/图片/视频及用于更换头像、下载、问诊等场景中读取相册和文件内容",
- "NSPhotoLibraryAddUsageDescription" : "便于您使用该功能上传您的照片/图片/视频及用于更换头像、下载、问诊等场景中写入相册和文件内容",
- "NSCameraUsageDescription" : "便于您使用该功能上传图片,用于问诊等场景中发送拍摄图片",
- "NSMicrophoneUsageDescription" : "用于发送语音消息、声音采集录制等场景中需要使用麦克风",
- "NSBluetoothPeripheralUsageDescription" : "便于您使用该功能连接设备,用于问诊等场景",
- "NSBluetoothAlwaysUsageDescription" : "便于您使用该功能连接设备,用于问诊等场景"
- },
- "urltypes" : "wwauthf15af5d781bee541000038,wwauth8fddae4df911c6aa000073,wwauthe6e3a3fd25eae04e000015,wwauth44239b22628b206c000099,wwauthdbd998fbb222fd91000093,wwautheb0666cc79d79da5000036,wwauth91088a1e17d81d6d000060,wwautha594e16ad105f9b7000054,wwauth6a7548362b9cad48000058,wwauth70ac72e824957fc9000006,wwauth5a88c4f879f204c5000046,wwauth96c0b2ad89546e5a000012,wwauth12ce922187cbbd36000029,wwauth07d0b538b8fdd29a000034,wwauth3a7bc63475e9f3dd000030,wwauth0590bdbaca51d96e000032,wwauthf49d502737165389000014,wwauth98294fb364da9d9c000031,wwauthdf650a12d59fd4d9000034,wwauth5b5506c754838051000029,wwautha425b9bfad14ba55000008,wwauth4a42ea8c821dc033000013,wwauth27a91d87668dd96d000006",
- "urlschemewhitelist" : "weixin,weixinULAPI"
- },
- /* SDK配置 */
- "sdkConfigs" : {
- "ad" : {},
- "share" : {
- "weixin" : {
- "appid" : "wx703c4bd07bbd1695",
- "UniversalLinks" : "https://rtlink.ylrzcloud.com/uni-universallinks/__UNI__33EAA2D/"
- }
- },
- "speech" : {},
- "oauth" : {
- "weixin" : {
- "appid" : "wx703c4bd07bbd1695",
- "UniversalLinks" : "https://rtlink.ylrzcloud.com/uni-universallinks/__UNI__33EAA2D/"
- },
- "univerify" : {},
- "apple" : {}
- },
- "geolocation" : {
- "amap" : {
- "name" : "amap_15123833209AC3AbYs22",
- "__platform__" : [ "ios", "android" ],
- "appkey_ios" : "09e2b83babff2b384c0313f4460476a5",
- "appkey_android" : "daba44c5e6ad7e5f9d756b4a8c549af2"
- },
- "system" : {
- "__platform__" : [ "ios", "android" ]
- }
- },
- "push" : {
- "unipush" : {
- "offline" : true,
- "icons" : {
- "small" : {
- "ldpi" : "unpackage/res/icons/18x18.png",
- "mdpi" : "unpackage/res/icons/24x24.png",
- "hdpi" : "unpackage/res/icons/36x36.png",
- "xhdpi" : "unpackage/res/icons/48x48.png",
- "xxhdpi" : "unpackage/res/icons/72x72.png"
- }
- },
- "hms" : {},
- "vivo" : {},
- "honor" : {},
- "oppo" : {},
- "mi" : {}
- }
- },
- "maps" : {},
- "payment" : {
- "appleiap" : {}
- }
- },
- // "push" : {
- // "unipush" : null
- // }
- "splashscreen" : {
- "androidStyle" : "common",
- "useOriginalMsgbox" : true,
- "android" : {
- "hdpi" : "static/images/launch/480x762.png",
- "xhdpi" : "static/images/launch/720x1242.png",
- "xxhdpi" : "static/images/launch/1080x2340.png"
- },
- "iosStyle" : "common"
- },
- "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"
- }
- }
- }
- },
- "nativePlugins" : {
- "Ba-CameraView" : {
- "__plugin_info__" : {
- "name" : "Ba-CameraView",
- "description" : "",
- "platforms" : "Android",
- "url" : "",
- "android_package_name" : "",
- "ios_bundle_id" : "",
- "isCloud" : false,
- "bought" : -1,
- "pid" : "",
- "parameters" : {}
- }
- },
- "SmdtManager" : {
- "__plugin_info__" : {
- "name" : "SMDT设备管理插件",
- "description" : "SMDT设备管理插件,适用于Android工业设备和智能终端",
- "platforms" : "Android",
- "url" : "",
- "android_package_name" : "",
- "ios_bundle_id" : "",
- "isCloud" : false,
- "bought" : -1,
- "pid" : "",
- "parameters" : {}
- }
- },
- "TyPulse" : {
- "__plugin_info__" : {
- "name" : "TyPulse",
- "description" : "TyPulse 测脉插件 - 支持多种测脉模式的 Uniapp 原生插件",
- "platforms" : "Android",
- "url" : "",
- "android_package_name" : "",
- "ios_bundle_id" : "",
- "isCloud" : false,
- "bought" : -1,
- "pid" : "",
- "parameters" : {}
- }
- }
- },
- "uniStatistics" : {
- "enable" : true
- },
- "uniCloud" : {
- "provider" : "aliyun",
- "spaceId" : "96f0e031-f37a-48ef-84c7-2023f6360c0a",
- "clientSecret" : "9+KF0lfvaf+If/thEM0DEg==",
- "endpoint" : "https://api.next.bspapp.com"
- }
- },
- /* 快应用特有相关 */
- "quickapp" : {},
- /* 小程序特有相关 */
- "mp-weixin" : {
- "appid" : "wx703c4bd07bbd1695",
- "setting" : {
- "urlCheck" : false
- },
- "usingComponents" : true,
- "permission" : {
- "scope.userLocation" : {
- "desc" : "获取您的位置信息为了更好的推荐服务"
- }
- },
- "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ]
- },
- "mp-alipay" : {
- "usingComponents" : true
- },
- "mp-baidu" : {
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "usingComponents" : true
- },
- "uniStatistics" : {
- "enable" : false,
- "version" : "2"
- },
- "vueVersion" : "2",
- "compilerOptions" : {
- "minify" : true,
- "treeShaking" : true,
- "sourceMap" : false
- },
- // "compatConfig" : {
- // "MODE" : 2 // 启用Vue2兼容模式
- // }
- "h5" : {
- "title" : "医疗设备",
- "devServer" : {
- "https" : false
- },
- "optimization" : {
- "treeShaking" : {
- "enable" : true
- }
- },
- "router" : {
- "mode" : "history",
- "base" : "/"
- },
- "sdkConfigs" : {
- "maps" : {
- "amap" : {
- "key" : "ae15f2eb04bbc8e9f2963430f0943a42",
- "securityJsCode" : "",
- "serviceHost" : ""
- }
- }
- },
- "template" : "template.h5.html"
- },
- "sassImplementationName" : "node-sass",
- "channel_list" : [
- {
- "id" : "master",
- "name" : "官方渠道"
- },
- {
- "id" : "baidu",
- "name" : "百度"
- },
- {
- "id" : "yyb",
- "name" : "应用宝"
- },
- {
- "id" : "yybh5",
- "name" : "应用宝h5"
- },
- {
- "id" : "yybadv",
- "name" : "应用宝投流"
- },
- {
- "id" : "yybadv1",
- "name" : "应用宝投流1"
- },
- {
- "id" : "huawei",
- "name" : "华为"
- },
- {
- "id" : "honor",
- "name" : "荣耀"
- },
- {
- "id" : "xiaomi",
- "name" : "小米"
- },
- {
- "id" : "oppo",
- "name" : "oppo"
- },
- {
- "id" : "vivo",
- "name" : "vivo"
- },
- {
- "id" : "softworks",
- "name" : "软著"
- }
- ],
- "app-harmony" : {
- "distribute" : {
- "modules" : {},
- "bundleName" : "com.mytek.device"
- }
- },
- "_spaceID" : "mp-788b1d8f-c300-465c-9e38-c986b162ae93"
- }
- // 高优先级
- //可取值none、once、always。
- //可取值none、once、always。
|