manifest.json 8.1 KB

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