manifest.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. {
  2. "name" : "花掌柜收银",
  3. "appid" : "__UNI__F6E7EA0",
  4. "description" : "花掌柜收银",
  5. "versionName" : "1.8.0",
  6. "versionCode" : 180,
  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. "orientation" : [ "landscape" ],
  24. "modules" : {
  25. "VideoPlayer" : {},
  26. "Bluetooth" : {},
  27. "Geolocation" : {},
  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. "schemes" : "zhhhzg"
  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. },
  74. "ad" : {},
  75. "oauth" : {}
  76. },
  77. "orientation" : [ "portrait-primary" ],
  78. "icons" : {
  79. "android" : {
  80. "hdpi" : "unpackage/res/icons/72x72.png",
  81. "xhdpi" : "unpackage/res/icons/96x96.png",
  82. "xxhdpi" : "unpackage/res/icons/144x144.png",
  83. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  84. },
  85. "ios" : {
  86. "appstore" : "unpackage/res/icons/1024x1024.png",
  87. "ipad" : {
  88. "app" : "unpackage/res/icons/76x76.png",
  89. "app@2x" : "unpackage/res/icons/152x152.png",
  90. "notification" : "unpackage/res/icons/20x20.png",
  91. "notification@2x" : "unpackage/res/icons/40x40.png",
  92. "proapp@2x" : "unpackage/res/icons/167x167.png",
  93. "settings" : "unpackage/res/icons/29x29.png",
  94. "settings@2x" : "unpackage/res/icons/58x58.png",
  95. "spotlight" : "unpackage/res/icons/40x40.png",
  96. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  97. },
  98. "iphone" : {
  99. "app@2x" : "unpackage/res/icons/120x120.png",
  100. "app@3x" : "unpackage/res/icons/180x180.png",
  101. "notification@2x" : "unpackage/res/icons/40x40.png",
  102. "notification@3x" : "unpackage/res/icons/60x60.png",
  103. "settings@2x" : "unpackage/res/icons/58x58.png",
  104. "settings@3x" : "unpackage/res/icons/87x87.png",
  105. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  106. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  107. }
  108. }
  109. }
  110. },
  111. "nativePlugins" : {
  112. "felix-scan" : {
  113. "__plugin_info__" : {
  114. "name" : "USB扫码枪",
  115. "description" : "USB扫码枪插件完美版,后台亦可运行",
  116. "platforms" : "Android",
  117. "url" : "https://ext.dcloud.net.cn/plugin?id=3744",
  118. "android_package_name" : "huahuibao.hzgsy",
  119. "ios_bundle_id" : "",
  120. "isCloud" : true,
  121. "bought" : 1,
  122. "pid" : "3744",
  123. "parameters" : {}
  124. }
  125. },
  126. "Tellsea-SunmiCashboxPlugin" : {
  127. "__plugin_info__" : {
  128. "name" : "商米钱箱插件",
  129. "description" : "只要是商米设备连接的钱箱, 都能使用此插件打开钱箱,钱箱不限制品牌",
  130. "platforms" : "Android",
  131. "url" : "https://ext.dcloud.net.cn/plugin?id=8426",
  132. "android_package_name" : "huahuibao.hzgsy",
  133. "ios_bundle_id" : "",
  134. "isCloud" : true,
  135. "bought" : 1,
  136. "pid" : "8426",
  137. "parameters" : {}
  138. }
  139. }
  140. }
  141. },
  142. /* 快应用特有相关 */
  143. "quickapp" : {},
  144. /* 小程序特有相关 线上(花掌柜) wx0d42f5f1dcb3a370 开发(花美玲) wxe4675bab299a52f7 */
  145. "mp-weixin" : {
  146. "appid" : "wxe4675bab299a52f7",
  147. "setting" : {
  148. "urlCheck" : false
  149. },
  150. "usingComponents" : true,
  151. "permission" : {
  152. "scope.userLocation" : {
  153. "desc" : "请点击确定"
  154. }
  155. },
  156. "optimization" : {
  157. "subPackages" : true
  158. }
  159. },
  160. "mp-alipay" : {
  161. "usingComponents" : true
  162. },
  163. "mp-baidu" : {
  164. "usingComponents" : true
  165. },
  166. "mp-toutiao" : {
  167. "usingComponents" : true
  168. },
  169. "h5" : {
  170. "template" : "template.h5.html",
  171. "router" : {
  172. // "mode" : "history",
  173. "base" : "/"
  174. },
  175. "async" : {
  176. "timeout" : 20000
  177. },
  178. "optimization" : {
  179. "treeShaking" : {
  180. "enable" : true
  181. }
  182. },
  183. "devServer" : {
  184. "port" : 81,
  185. "proxy" : {
  186. "/api" : {
  187. "target" : "http://api.shop.huaml.com",
  188. "secure" : false,
  189. "changeOrigin" : true,
  190. "pathRewrite" : {
  191. "^/api" : ""
  192. }
  193. }
  194. }
  195. },
  196. "sdkConfigs" : {
  197. "maps" : {
  198. "qqmap" : {
  199. "key" : ""
  200. }
  201. }
  202. }
  203. }
  204. }