manifest.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. {
  2. "name" : "花掌柜",
  3. "appid" : "__UNI__4079DC1",
  4. "description" : "花店管家婆",
  5. "versionName" : "1.2.6",
  6. "versionCode" : 126,
  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. },
  31. /* 应用发布信息 */
  32. "distribute" : {
  33. /* android打包配置 */
  34. "android" : {
  35. "permissions" : [
  36. "<uses-feature android:name=\"android.hardware.camera\"/>",
  37. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  38. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  39. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  40. "<uses-permission android:name=\"android.permission.MEDIA_CONTENT_CONTROL\"/>",
  41. "<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>"
  42. ],
  43. "autoSdkPermissions" : false,
  44. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  45. "permissionExternalStorage" : {
  46. "request" : "once",
  47. "prompt" : "保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  48. },
  49. "permissionPhoneState" : {
  50. "request" : "once",
  51. "prompt" : "为保证您正常和安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
  52. }
  53. },
  54. /* ios打包配置 */
  55. "ios" : {
  56. "urlschemewhitelist" : [ "baidumap", "iosamap" ],
  57. "privacyDescription" : {
  58. "NSPhotoLibraryUsageDescription" : "该应用需要读取您的相册,以便支持您修改头像、门店图片或花材图片",
  59. "NSPhotoLibraryAddUsageDescription" : "该应用需要读取您的相册,以便支持您修改头像、门店图片或花材图片",
  60. "NSCameraUsageDescription" : "该应用需要获取您的摄像头权限,以便支持您直接拍照上传头像、门店图片或花材图片"
  61. },
  62. "idfa" : false,
  63. "capabilities" : {
  64. "entitlements" : {
  65. "com.apple.developer.associated-domains" : [ "applinks:fronttg.wixhb.com" ]
  66. }
  67. }
  68. },
  69. /* SDK配置 */
  70. "sdkConfigs" : {
  71. "speech" : {
  72. "ifly" : {}
  73. },
  74. "ad" : {},
  75. "oauth" : {
  76. "univerify" : {}
  77. },
  78. "push" : {
  79. "unipush" : {}
  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. },
  174. "mp-alipay" : {
  175. "usingComponents" : true
  176. },
  177. "mp-baidu" : {
  178. "usingComponents" : true
  179. },
  180. "mp-toutiao" : {
  181. "usingComponents" : true
  182. },
  183. "h5" : {
  184. "template" : "template.h5.html",
  185. "router" : {
  186. // "mode" : "history",
  187. "base" : "/"
  188. },
  189. "async" : {
  190. "timeout" : 20000
  191. },
  192. "optimization" : {
  193. "treeShaking" : {
  194. "enable" : true
  195. }
  196. },
  197. "devServer" : {
  198. "port" : 81,
  199. "proxy" : {
  200. "/api" : {
  201. "target" : "http://api.shop.huaml.com",
  202. "secure" : false,
  203. "changeOrigin" : true,
  204. "pathRewrite" : {
  205. "^/api" : ""
  206. }
  207. }
  208. }
  209. },
  210. "sdkConfigs" : {
  211. "maps" : {
  212. "qqmap" : {
  213. "key" : ""
  214. }
  215. }
  216. }
  217. }
  218. }