manifest.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. {
  2. "name" : "花掌柜",
  3. "appid" : "__UNI__4079DC1",
  4. "description" : "花店管家婆",
  5. "versionName" : "1.5.5",
  6. "versionCode" : 155,
  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. "Share" : {},
  30. "Camera" : {}
  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. "push" : {
  76. "unipush" : {}
  77. },
  78. "share" : {
  79. "weixin" : {
  80. "appid" : "wx64e8c9962761d972",
  81. "UniversalLinks" : "https://fronttg.huahb.cn/uni-universallinks/__UNI__4079DC1/"
  82. }
  83. }
  84. },
  85. "orientation" : [ "portrait-primary" ],
  86. "icons" : {
  87. "android" : {
  88. "hdpi" : "unpackage/res/icons/72x72.png",
  89. "xhdpi" : "unpackage/res/icons/96x96.png",
  90. "xxhdpi" : "unpackage/res/icons/144x144.png",
  91. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  92. },
  93. "ios" : {
  94. "appstore" : "unpackage/res/icons/1024x1024.png",
  95. "ipad" : {
  96. "app" : "unpackage/res/icons/76x76.png",
  97. "app@2x" : "unpackage/res/icons/152x152.png",
  98. "notification" : "unpackage/res/icons/20x20.png",
  99. "notification@2x" : "unpackage/res/icons/40x40.png",
  100. "proapp@2x" : "unpackage/res/icons/167x167.png",
  101. "settings" : "unpackage/res/icons/29x29.png",
  102. "settings@2x" : "unpackage/res/icons/58x58.png",
  103. "spotlight" : "unpackage/res/icons/40x40.png",
  104. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  105. },
  106. "iphone" : {
  107. "app@2x" : "unpackage/res/icons/120x120.png",
  108. "app@3x" : "unpackage/res/icons/180x180.png",
  109. "notification@2x" : "unpackage/res/icons/40x40.png",
  110. "notification@3x" : "unpackage/res/icons/60x60.png",
  111. "settings@2x" : "unpackage/res/icons/58x58.png",
  112. "settings@3x" : "unpackage/res/icons/87x87.png",
  113. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  114. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  115. }
  116. }
  117. },
  118. "splashscreen" : {
  119. "useOriginalMsgbox" : true
  120. }
  121. },
  122. "nativePlugins" : {
  123. "CL-Dialog" : {
  124. "__plugin_info__" : {
  125. "name" : "确认提示框",
  126. "description" : "为了统一两个平台的提示(对话框)框的效果,以及对文字颜色内容的可自定义",
  127. "platforms" : "Android,iOS",
  128. "url" : "https://ext.dcloud.net.cn/plugin?id=1497",
  129. "android_package_name" : "zhh.huahuibao.hhb.app",
  130. "ios_bundle_id" : "",
  131. "isCloud" : true,
  132. "bought" : 1,
  133. "pid" : "1497",
  134. "parameters" : {}
  135. }
  136. },
  137. "Html5app-Gprinter" : {
  138. "__plugin_info__" : {
  139. "name" : "Android 和 IOS 佳博 蓝牙小票 标签 打印插件",
  140. "description" : "Android / IOS 佳博小票 、标签 打印机插件,QQ交流群:891416757",
  141. "platforms" : "Android,iOS",
  142. "url" : "https://ext.dcloud.net.cn/plugin?id=462",
  143. "android_package_name" : "zhh.huahuibao.hhb.app",
  144. "ios_bundle_id" : "",
  145. "isCloud" : true,
  146. "bought" : 1,
  147. "pid" : "462",
  148. "parameters" : {}
  149. }
  150. }
  151. }
  152. },
  153. /* 快应用特有相关 */
  154. "quickapp" : {},
  155. /* 小程序特有相关 线上(花掌柜) wx0d42f5f1dcb3a370 开发(花美玲) wxe4675bab299a52f7 */
  156. "mp-weixin" : {
  157. "appid" : "wxe4675bab299a52f7",
  158. "setting" : {
  159. "urlCheck" : false
  160. },
  161. "usingComponents" : true,
  162. "permission" : {
  163. "scope.userLocation" : {
  164. "desc" : "请点击确定"
  165. }
  166. },
  167. "optimization" : {
  168. "subPackages" : true
  169. },
  170. "lazyCodeLoading":"requiredComponents"
  171. },
  172. "mp-alipay" : {
  173. "usingComponents" : true
  174. },
  175. "mp-baidu" : {
  176. "usingComponents" : true
  177. },
  178. "mp-toutiao" : {
  179. "usingComponents" : true
  180. },
  181. "h5" : {
  182. "template" : "template.h5.html",
  183. "router" : {
  184. // "mode" : "history",
  185. "base" : "/"
  186. },
  187. "async" : {
  188. "timeout" : 20000
  189. },
  190. "optimization" : {
  191. "treeShaking" : {
  192. "enable" : true
  193. }
  194. },
  195. "devServer" : {
  196. "port" : 81,
  197. "proxy" : {
  198. "/api" : {
  199. "target" : "http://api.shop.huaml.com",
  200. "secure" : false,
  201. "changeOrigin" : true,
  202. "pathRewrite" : {
  203. "^/api" : ""
  204. }
  205. }
  206. }
  207. },
  208. "sdkConfigs" : {
  209. "maps" : {
  210. "qqmap" : {
  211. "key" : ""
  212. }
  213. }
  214. }
  215. }
  216. }