manifest.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. {
  2. "name" : "花掌柜",
  3. "appid" : "__UNI__4079DC1",
  4. "description" : "花店管家婆",
  5. "versionName" : "1.9.6",
  6. "versionCode" : 196,
  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. "targetSdkVersion" : 30,
  51. "minSdkVersion" : 21
  52. },
  53. /* ios打包配置 */
  54. "ios" : {
  55. "urlschemewhitelist" : [ "baidumap", "iosamap" ],
  56. "privacyDescription" : {
  57. "NSPhotoLibraryUsageDescription" : "该应用需要读取您的相册,以便支持您修改头像、门店图片或花材图片",
  58. "NSPhotoLibraryAddUsageDescription" : "该应用需要读取您的相册,以便支持您修改头像、门店图片或花材图片",
  59. "NSCameraUsageDescription" : "该应用需要获取您的摄像头权限,以便支持您直接拍照上传头像、门店图片或花材图片"
  60. },
  61. "idfa" : false,
  62. "capabilities" : {
  63. "entitlements" : {
  64. "com.apple.developer.associated-domains" : [ "applinks:fronttg.wixhb.com" ]
  65. }
  66. }
  67. },
  68. /* SDK配置 */
  69. "sdkConfigs" : {
  70. "speech" : {
  71. },
  72. "ad" : {},
  73. "oauth" : {
  74. "univerify" : {}
  75. },
  76. "share" : {
  77. "weixin" : {
  78. "appid" : "wx64e8c9962761d972",
  79. "UniversalLinks" : "https://fronttg.huahb.cn/uni-universallinks/__UNI__4079DC1/"
  80. }
  81. }
  82. },
  83. "orientation" : [ "portrait-primary" ],
  84. "icons" : {
  85. "android" : {
  86. "hdpi" : "unpackage/res/icons/72x72.png",
  87. "xhdpi" : "unpackage/res/icons/96x96.png",
  88. "xxhdpi" : "unpackage/res/icons/144x144.png",
  89. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  90. },
  91. "ios" : {
  92. "appstore" : "unpackage/res/icons/1024x1024.png",
  93. "ipad" : {
  94. "app" : "unpackage/res/icons/76x76.png",
  95. "app@2x" : "unpackage/res/icons/152x152.png",
  96. "notification" : "unpackage/res/icons/20x20.png",
  97. "notification@2x" : "unpackage/res/icons/40x40.png",
  98. "proapp@2x" : "unpackage/res/icons/167x167.png",
  99. "settings" : "unpackage/res/icons/29x29.png",
  100. "settings@2x" : "unpackage/res/icons/58x58.png",
  101. "spotlight" : "unpackage/res/icons/40x40.png",
  102. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  103. },
  104. "iphone" : {
  105. "app@2x" : "unpackage/res/icons/120x120.png",
  106. "app@3x" : "unpackage/res/icons/180x180.png",
  107. "notification@2x" : "unpackage/res/icons/40x40.png",
  108. "notification@3x" : "unpackage/res/icons/60x60.png",
  109. "settings@2x" : "unpackage/res/icons/58x58.png",
  110. "settings@3x" : "unpackage/res/icons/87x87.png",
  111. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  112. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  113. }
  114. }
  115. },
  116. "splashscreen" : {
  117. "useOriginalMsgbox" : true
  118. }
  119. },
  120. "nativePlugins" : {
  121. "CL-Dialog" : {
  122. "__plugin_info__" : {
  123. "name" : "确认提示框",
  124. "description" : "为了统一两个平台的提示(对话框)框的效果,以及对文字颜色内容的可自定义",
  125. "platforms" : "Android,iOS",
  126. "url" : "https://ext.dcloud.net.cn/plugin?id=1497",
  127. "android_package_name" : "zhh.huahuibao.hhb.app",
  128. "ios_bundle_id" : "",
  129. "isCloud" : true,
  130. "bought" : 1,
  131. "pid" : "1497",
  132. "parameters" : {}
  133. }
  134. },
  135. "Html5app-Gprinter" : {
  136. "__plugin_info__" : {
  137. "name" : "Android 和 IOS 佳博 蓝牙小票 标签 打印插件",
  138. "description" : "Android / IOS 佳博小票 、标签 打印机插件,QQ交流群:891416757",
  139. "platforms" : "Android,iOS",
  140. "url" : "https://ext.dcloud.net.cn/plugin?id=462",
  141. "android_package_name" : "zhh.huahuibao.hhb.app",
  142. "ios_bundle_id" : "",
  143. "isCloud" : true,
  144. "bought" : 1,
  145. "pid" : "462",
  146. "parameters" : {}
  147. }
  148. }
  149. }
  150. },
  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. "h5" : {
  169. "template" : "template.h5.html",
  170. "router" : {
  171. // "mode" : "history",
  172. "base" : "/"
  173. },
  174. "async" : {
  175. "timeout" : 20000
  176. },
  177. "optimization" : {
  178. "treeShaking" : {
  179. "enable" : true
  180. }
  181. },
  182. "devServer" : {
  183. "port" : 81,
  184. "proxy" : {
  185. "/api" : {
  186. "target" : "http://api.shop.huaml.com",
  187. "secure" : false,
  188. "changeOrigin" : true,
  189. "pathRewrite" : {
  190. "^/api" : ""
  191. }
  192. }
  193. }
  194. },
  195. "sdkConfigs" : {
  196. "maps" : {
  197. "qqmap" : {
  198. "key" : ""
  199. }
  200. }
  201. }
  202. }
  203. }