manifest.json 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. {
  2. "name" : "销花宝",
  3. "appid" : "__UNI__BD781B0",
  4. "description" : "花店批发管家婆",
  5. "versionName" : "1.0.6",
  6. "versionCode" : 106,
  7. "transformPx" : true,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueCompiler" : "uni-app",
  12. "compilerVersion" : 3,
  13. "nvueLaunchMode" : "fast",
  14. "compatible" : {
  15. "ignoreVersion" : true
  16. },
  17. "splashscreen" : {
  18. "alwaysShowBeforeRender" : true,
  19. "waiting" : true,
  20. "autoclose" : true,
  21. "delay" : 0
  22. },
  23. "modules" : {
  24. "VideoPlayer" : {},
  25. "Bluetooth" : {},
  26. "Geolocation" : {},
  27. "Push" : {},
  28. "OAuth" : {}
  29. },
  30. /* 应用发布信息 */
  31. "distribute" : {
  32. /* android打包配置 */
  33. "android" : {
  34. "permissions" : [
  35. "<uses-feature android:name=\"android.hardware.camera\"/>",
  36. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  37. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  38. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  39. "<uses-permission android:name=\"android.permission.MEDIA_CONTENT_CONTROL\"/>",
  40. "<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>"
  41. ],
  42. "autoSdkPermissions" : true
  43. },
  44. /* ios打包配置 */
  45. "ios" : {
  46. "urlschemewhitelist" : [ "baidumap", "iosamap" ],
  47. "privacyDescription" : {
  48. "NSPhotoLibraryUsageDescription" : "该应用需要读取您的相册,以便支持您修改花材的图片",
  49. "NSPhotoLibraryAddUsageDescription" : "该应用需要读取您的相册,以便支持您修改花材的图片",
  50. "NSCameraUsageDescription" : "该应用需要获取您的摄像头权限,以便支持您直接拍照上传并修改花材的图片"
  51. },
  52. "idfa" : false
  53. },
  54. /* SDK配置 */
  55. "sdkConfigs" : {
  56. "speech" : {
  57. "ifly" : {}
  58. },
  59. "push" : {
  60. "unipush" : {}
  61. },
  62. "share" : {},
  63. "ad" : {},
  64. "geolocation" : {
  65. "system" : {
  66. "__platform__" : [ "ios", "android" ]
  67. }
  68. },
  69. "maps" : {},
  70. "oauth" : {
  71. "univerify" : {}
  72. }
  73. },
  74. "orientation" : [ "portrait-primary" ],
  75. "icons" : {
  76. "android" : {
  77. "hdpi" : "unpackage/res/icons/72x72.png",
  78. "xhdpi" : "unpackage/res/icons/96x96.png",
  79. "xxhdpi" : "unpackage/res/icons/144x144.png",
  80. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  81. },
  82. "ios" : {
  83. "appstore" : "unpackage/res/icons/1024x1024.png",
  84. "ipad" : {
  85. "app" : "unpackage/res/icons/76x76.png",
  86. "app@2x" : "unpackage/res/icons/152x152.png",
  87. "notification" : "unpackage/res/icons/20x20.png",
  88. "notification@2x" : "unpackage/res/icons/40x40.png",
  89. "proapp@2x" : "unpackage/res/icons/167x167.png",
  90. "settings" : "unpackage/res/icons/29x29.png",
  91. "settings@2x" : "unpackage/res/icons/58x58.png",
  92. "spotlight" : "unpackage/res/icons/40x40.png",
  93. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  94. },
  95. "iphone" : {
  96. "app@2x" : "unpackage/res/icons/120x120.png",
  97. "app@3x" : "unpackage/res/icons/180x180.png",
  98. "notification@2x" : "unpackage/res/icons/40x40.png",
  99. "notification@3x" : "unpackage/res/icons/60x60.png",
  100. "settings@2x" : "unpackage/res/icons/58x58.png",
  101. "settings@3x" : "unpackage/res/icons/87x87.png",
  102. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  103. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  104. }
  105. }
  106. },
  107. "splashscreen" : {
  108. "useOriginalMsgbox" : false
  109. }
  110. },
  111. "nativePlugins" : {
  112. "G5KJ-ShangMiPrint" : {
  113. "__plugin_info__" : {
  114. "name" : "商米内置打印机与扫码",
  115. "description" : "实现商米内置打印机与外接usb扫码枪识别",
  116. "platforms" : "Android",
  117. "url" : "https://ext.dcloud.net.cn/plugin?id=3514",
  118. "android_package_name" : "zhh.huahuibao.app",
  119. "ios_bundle_id" : "",
  120. "isCloud" : true,
  121. "bought" : 1,
  122. "pid" : "3514",
  123. "parameters" : {}
  124. }
  125. },
  126. "Html5app-Gprinter" : {
  127. "__plugin_info__" : {
  128. "name" : "Android 和 IOS 佳博 蓝牙小票 标签 打印插件",
  129. "description" : "Android / IOS 佳博小票 、标签 打印机插件,QQ交流群:891416757",
  130. "platforms" : "Android,iOS",
  131. "url" : "https://ext.dcloud.net.cn/plugin?id=462",
  132. "android_package_name" : "zhh.huahuibao.app",
  133. "ios_bundle_id" : "",
  134. "isCloud" : true,
  135. "bought" : 1,
  136. "pid" : "462",
  137. "parameters" : {}
  138. }
  139. }
  140. }
  141. },
  142. /* 快应用特有相关 */
  143. "quickapp" : {},
  144. /* 小程序特有相关 线上(销花宝) wxcf32b3f0684c2433 开发(花掌柜) wx21b7c3ef12082099 */
  145. "mp-weixin" : {
  146. "appid" : "wx21b7c3ef12082099",
  147. "setting" : {
  148. "urlCheck" : false
  149. },
  150. "usingComponents" : true,
  151. "permission" : {
  152. "scope.userLocation" : {
  153. "desc" : "请点击确定"
  154. }
  155. }
  156. },
  157. "mp-alipay" : {
  158. "usingComponents" : true
  159. },
  160. "mp-baidu" : {
  161. "usingComponents" : true
  162. },
  163. "mp-toutiao" : {
  164. "usingComponents" : true
  165. },
  166. "h5" : {
  167. "template" : "template.h5.html",
  168. "router" : {
  169. // "mode" : "history",
  170. "base" : "/"
  171. },
  172. "async" : {
  173. "timeout" : 20000
  174. },
  175. "optimization" : {
  176. "treeShaking" : {
  177. "enable" : true
  178. }
  179. },
  180. "devServer" : {
  181. "port" : 81,
  182. "proxy" : {
  183. "/api" : {
  184. "target" : "http://api.shop.hzghd.com",
  185. "secure" : false,
  186. "changeOrigin" : true,
  187. "pathRewrite" : {
  188. "^/api" : ""
  189. }
  190. }
  191. }
  192. },
  193. "sdkConfigs" : {
  194. "maps" : {
  195. "qqmap" : {
  196. "key" : ""
  197. }
  198. }
  199. }
  200. }
  201. }