manifest.json 8.7 KB

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