manifest.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "name" : "易粮易运",
  3. "appid" : "__UNI__7297DA2",
  4. "description" : "易粮易运——为天下粮食人服务的App",
  5. "versionName" : "1.0.9",
  6. "versionCode" : 109,
  7. "transformPx" : false,
  8. /* SDK配置 */
  9. "quickapp" : {},
  10. /* 快应用特有相关 */
  11. "mp-weixin" : {
  12. /* 小程序特有相关 */
  13. "usingComponents" : true,
  14. "appid" : "wx4505a6ea6f703e17",
  15. "setting" : {
  16. "urlCheck" : false,
  17. "es6" : true,
  18. "postcss" : false,
  19. "minified" : true
  20. },
  21. "permission" : {
  22. "scope.userLocation" : {
  23. "desc" : "你的位置信息将用于物流运输持续后台定位"
  24. }
  25. },
  26. "requiredBackgroundModes" : [ "location" ],
  27. "uniStatistics" : {
  28. "enable" : true
  29. }
  30. },
  31. // "plugins": {
  32. // "live-player-plugin": {
  33. // "version": "1.2.10", // 注意填写该直播组件最新版本号,微信开发者工具调试时可获取最新版本号(复制时请去掉注释)
  34. // "provider": "wx2b03c6e691cd7370" // 必须填该直播组件appid,该示例值即为直播组件appid(复制时请去掉注释)
  35. // }
  36. // }
  37. "h5" : {
  38. "title" : "unimall 多端商城",
  39. "domain" : "unimall.h5.iotechn.com",
  40. "router" : {
  41. "mode" : "history"
  42. },
  43. "devServer" : {
  44. "disableHostCheck" : true
  45. }
  46. },
  47. "app-plus" : {
  48. "privacy" : {
  49. "prompt" : "template",
  50. "template" : {
  51. "title" : "服务协议和隐私政策",
  52. "message" : "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"https://liangxin.zthymaoyi.com/userAgreement.html\">《服务协议》</a>和<a href=\"https://liangxin.zthymaoyi.com/screctAgreement.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
  53. "buttonAccept" : "同意",
  54. "buttonRefuse" : "拒绝"
  55. }
  56. },
  57. "compatible" : {
  58. "ignoreVersion" : true
  59. },
  60. "distribute" : {
  61. "sdkConfigs" : {
  62. "ad" : {},
  63. "oauth" : {},
  64. "push" : {
  65. "unipush" : {}
  66. }
  67. },
  68. "android" : {
  69. "autoSdkPermissions" : true,
  70. "permissionPhoneState" : {
  71. "request" : "once",
  72. "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
  73. },
  74. "permissionExternalStorage" : {
  75. "request" : "once",
  76. "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  77. },
  78. "permissions" : [
  79. "<uses-feature android:name=\"android.hardware.camera\"/>",
  80. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  81. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  82. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  83. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  84. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>"
  85. ]
  86. },
  87. "icons" : {
  88. "android" : {
  89. "hdpi" : "unpackage/res/icons/72x72.png",
  90. "xhdpi" : "unpackage/res/icons/96x96.png",
  91. "xxhdpi" : "unpackage/res/icons/144x144.png",
  92. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  93. },
  94. "ios" : {
  95. "appstore" : "unpackage/res/icons/1024x1024.png",
  96. "ipad" : {
  97. "app" : "unpackage/res/icons/76x76.png",
  98. "app@2x" : "unpackage/res/icons/152x152.png",
  99. "notification" : "unpackage/res/icons/20x20.png",
  100. "notification@2x" : "unpackage/res/icons/40x40.png",
  101. "proapp@2x" : "unpackage/res/icons/167x167.png",
  102. "settings" : "unpackage/res/icons/29x29.png",
  103. "settings@2x" : "unpackage/res/icons/58x58.png",
  104. "spotlight" : "unpackage/res/icons/40x40.png",
  105. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  106. },
  107. "iphone" : {
  108. "app@2x" : "unpackage/res/icons/120x120.png",
  109. "app@3x" : "unpackage/res/icons/180x180.png",
  110. "notification@2x" : "unpackage/res/icons/40x40.png",
  111. "notification@3x" : "unpackage/res/icons/60x60.png",
  112. "settings@2x" : "unpackage/res/icons/58x58.png",
  113. "settings@3x" : "unpackage/res/icons/87x87.png",
  114. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  115. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  116. }
  117. }
  118. },
  119. "ios" : {
  120. "privacyDescription" : {
  121. "NSPhotoLibraryUsageDescription" : "App会在您使用扫码或上传功能时,访问您的相册权限",
  122. "NSPhotoLibraryAddUsageDescription" : "App会在您使用扫码或上传功能时,访问您的相册权限",
  123. "NSCameraUsageDescription" : "App会在您使用扫码或上传功能时,访问您的拍照权限",
  124. "NSLocalNetworkUsageDescription" : "App会在您使用网络时,访问您的本地网络权限",
  125. "NSLocationWhenInUseUsageDescription" : "App会在您使用时,访问您的位置权限",
  126. "NSLocationAlwaysUsageDescription" : "App会在后台运行时,访问您的位置权限",
  127. "NSLocationAlwaysAndWhenInUseUsageDescription" : "App会在后台运行时或使用时,访问您的位置权限"
  128. },
  129. "capabilities" : {
  130. "entitlements" : {
  131. "com.apple.developer.associated-domains" : [ "app.zthymaoyi.com" ]
  132. }
  133. },
  134. "idfa" : false
  135. },
  136. "splashscreen" : {
  137. "androidStyle" : "default",
  138. "android" : {
  139. "hdpi" : "static/img/kaiping (1).png",
  140. "xhdpi" : "static/img/kaiping (2).png",
  141. "xxhdpi" : "static/img/kaiping (3).png"
  142. }
  143. }
  144. },
  145. "nvueCompiler" : "weex",
  146. "modules" : {
  147. "SQLite" : {},
  148. "Push" : {}
  149. },
  150. "splashscreen" : {
  151. "waiting" : false
  152. }
  153. }
  154. }