manifest.json 8.5 KB

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