manifest.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. {
  2. "name" : "花掌柜",
  3. "appid" : "__UNI__4079DC1",
  4. "description" : "花店管家婆",
  5. "versionName" : "1.7.4",
  6. "versionCode" : 174,
  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. "OAuth" : {},
  28. "Share" : {},
  29. "Camera" : {},
  30. "Barcode" : {}
  31. },
  32. /* 应用发布信息 */
  33. "distribute" : {
  34. /* android打包配置 */
  35. "android" : {
  36. "permissions" : [
  37. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  38. "<uses-permission android:name=\"android.permission.CAMERA\"/>"
  39. ],
  40. "autoSdkPermissions" : false,
  41. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  42. "permissionExternalStorage" : {
  43. "request" : "none",
  44. "prompt" : "保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  45. },
  46. "permissionPhoneState" : {
  47. "request" : "none",
  48. "prompt" : "为保证您正常和安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
  49. }
  50. },
  51. /* ios打包配置 */
  52. "ios" : {
  53. "urlschemewhitelist" : [ "baidumap", "iosamap" ],
  54. "privacyDescription" : {
  55. "NSPhotoLibraryUsageDescription" : "该应用需要读取您的相册,以便支持您修改头像、门店图片或花材图片",
  56. "NSPhotoLibraryAddUsageDescription" : "该应用需要读取您的相册,以便支持您修改头像、门店图片或花材图片",
  57. "NSCameraUsageDescription" : "该应用需要获取您的摄像头权限,以便支持您直接拍照上传头像、门店图片或花材图片"
  58. },
  59. "idfa" : false,
  60. "capabilities" : {
  61. "entitlements" : {
  62. "com.apple.developer.associated-domains" : [ "applinks:fronttg.wixhb.com" ]
  63. }
  64. }
  65. },
  66. /* SDK配置 */
  67. "sdkConfigs" : {
  68. "speech" : {
  69. "ifly" : {}
  70. },
  71. "ad" : {},
  72. "oauth" : {
  73. "univerify" : {}
  74. },
  75. "share" : {
  76. "weixin" : {
  77. "appid" : "wx64e8c9962761d972",
  78. "UniversalLinks" : "https://fronttg.huahb.cn/uni-universallinks/__UNI__4079DC1/"
  79. }
  80. }
  81. },
  82. "orientation" : [ "portrait-primary" ],
  83. "icons" : {
  84. "android" : {
  85. "hdpi" : "unpackage/res/icons/72x72.png",
  86. "xhdpi" : "unpackage/res/icons/96x96.png",
  87. "xxhdpi" : "unpackage/res/icons/144x144.png",
  88. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  89. },
  90. "ios" : {
  91. "appstore" : "unpackage/res/icons/1024x1024.png",
  92. "ipad" : {
  93. "app" : "unpackage/res/icons/76x76.png",
  94. "app@2x" : "unpackage/res/icons/152x152.png",
  95. "notification" : "unpackage/res/icons/20x20.png",
  96. "notification@2x" : "unpackage/res/icons/40x40.png",
  97. "proapp@2x" : "unpackage/res/icons/167x167.png",
  98. "settings" : "unpackage/res/icons/29x29.png",
  99. "settings@2x" : "unpackage/res/icons/58x58.png",
  100. "spotlight" : "unpackage/res/icons/40x40.png",
  101. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  102. },
  103. "iphone" : {
  104. "app@2x" : "unpackage/res/icons/120x120.png",
  105. "app@3x" : "unpackage/res/icons/180x180.png",
  106. "notification@2x" : "unpackage/res/icons/40x40.png",
  107. "notification@3x" : "unpackage/res/icons/60x60.png",
  108. "settings@2x" : "unpackage/res/icons/58x58.png",
  109. "settings@3x" : "unpackage/res/icons/87x87.png",
  110. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  111. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  112. }
  113. }
  114. },
  115. "splashscreen" : {
  116. "useOriginalMsgbox" : true
  117. }
  118. },
  119. "nativePlugins" : {
  120. "CL-Dialog" : {
  121. "__plugin_info__" : {
  122. "name" : "确认提示框",
  123. "description" : "为了统一两个平台的提示(对话框)框的效果,以及对文字颜色内容的可自定义",
  124. "platforms" : "Android,iOS",
  125. "url" : "https://ext.dcloud.net.cn/plugin?id=1497",
  126. "android_package_name" : "zhh.huahuibao.hhb.app",
  127. "ios_bundle_id" : "",
  128. "isCloud" : true,
  129. "bought" : 1,
  130. "pid" : "1497",
  131. "parameters" : {}
  132. }
  133. },
  134. "Html5app-Gprinter" : {
  135. "__plugin_info__" : {
  136. "name" : "Android 和 IOS 佳博 蓝牙小票 标签 打印插件",
  137. "description" : "Android / IOS 佳博小票 、标签 打印机插件,QQ交流群:891416757",
  138. "platforms" : "Android,iOS",
  139. "url" : "https://ext.dcloud.net.cn/plugin?id=462",
  140. "android_package_name" : "zhh.huahuibao.hhb.app",
  141. "ios_bundle_id" : "",
  142. "isCloud" : true,
  143. "bought" : 1,
  144. "pid" : "462",
  145. "parameters" : {}
  146. }
  147. }
  148. }
  149. },
  150. /* 快应用特有相关 */
  151. "quickapp" : {},
  152. /* 小程序特有相关 线上(花掌柜) wx0d42f5f1dcb3a370 开发(花美玲) wxe4675bab299a52f7 */
  153. "mp-weixin" : {
  154. "appid" : "wxe4675bab299a52f7",
  155. "setting" : {
  156. "urlCheck" : false
  157. },
  158. "usingComponents" : true,
  159. "permission" : {
  160. "scope.userLocation" : {
  161. "desc" : "请点击确定"
  162. }
  163. },
  164. "optimization" : {
  165. "subPackages" : true
  166. },
  167. "lazyCodeLoading":"requiredComponents"
  168. },
  169. "mp-alipay" : {
  170. "usingComponents" : true
  171. },
  172. "mp-baidu" : {
  173. "usingComponents" : true
  174. },
  175. "mp-toutiao" : {
  176. "usingComponents" : true
  177. },
  178. "h5" : {
  179. "template" : "template.h5.html",
  180. "router" : {
  181. // "mode" : "history",
  182. "base" : "/"
  183. },
  184. "async" : {
  185. "timeout" : 20000
  186. },
  187. "optimization" : {
  188. "treeShaking" : {
  189. "enable" : true
  190. }
  191. },
  192. "devServer" : {
  193. "port" : 81,
  194. "proxy" : {
  195. "/api" : {
  196. "target" : "http://api.shop.huaml.com",
  197. "secure" : false,
  198. "changeOrigin" : true,
  199. "pathRewrite" : {
  200. "^/api" : ""
  201. }
  202. }
  203. }
  204. },
  205. "sdkConfigs" : {
  206. "maps" : {
  207. "qqmap" : {
  208. "key" : ""
  209. }
  210. }
  211. }
  212. }
  213. }