manifest.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. {
  2. "name" : "青圃汇鑫选",
  3. "appid" : "__UNI__CD7E6F5",
  4. "description" : "青圃汇鑫选",
  5. "versionName" : "1.1.5",
  6. "versionCode" : 115,
  7. "transformPx" : false,
  8. "sassImplementationName" : "node-sass",
  9. "app-plus" : {
  10. /* 5+App特有相关 */
  11. "usingComponents" : true,
  12. "splashscreen" : {
  13. "alwaysShowBeforeRender" : true,
  14. "waiting" : true,
  15. "autoclose" : true,
  16. "delay" : 0
  17. },
  18. "modules" : {
  19. "Barcode" : {},
  20. "Camera" : {},
  21. "VideoPlayer" : {},
  22. "Geolocation" : {}
  23. },
  24. /* 模块配置 */
  25. "distribute" : {
  26. /* 应用发布信息 */
  27. "android" : {
  28. /* android打包配置 */
  29. "permissions" : [
  30. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  31. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  32. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  33. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  34. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  35. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>"
  36. ],
  37. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  38. "targetSdkVersion" : 30
  39. },
  40. "ios" : {
  41. "idfa" : false,
  42. "privacyDescription" : {
  43. "NSPhotoLibraryUsageDescription" : "该应用需要读取你的相册,以便为你编辑用户信息",
  44. "NSPhotoLibraryAddUsageDescription" : "该应用需要读取你的相册,以便为你编辑用户信息",
  45. "NSCameraUsageDescription" : "该应用需要读取你的相册,以便为你编辑用户信息"
  46. },
  47. "dSYMs" : false
  48. },
  49. /* ios打包配置 */
  50. "sdkConfigs" : {
  51. "maps" : {},
  52. "oauth" : {},
  53. "geolocation" : {
  54. "system" : {
  55. "__platform__" : [ "ios", "android" ]
  56. }
  57. },
  58. "payment" : {},
  59. "push" : {},
  60. "share" : {},
  61. "speech" : {},
  62. "statics" : {},
  63. "ad" : {}
  64. },
  65. "icons" : {
  66. "android" : {
  67. "hdpi" : "unpackage/res/icons/72x72.png",
  68. "xhdpi" : "unpackage/res/icons/96x96.png",
  69. "xxhdpi" : "unpackage/res/icons/144x144.png",
  70. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  71. },
  72. "ios" : {
  73. "appstore" : "unpackage/res/icons/1024x1024.png",
  74. "ipad" : {
  75. "app" : "unpackage/res/icons/76x76.png",
  76. "app@2x" : "unpackage/res/icons/152x152.png",
  77. "notification" : "unpackage/res/icons/20x20.png",
  78. "notification@2x" : "unpackage/res/icons/40x40.png",
  79. "proapp@2x" : "unpackage/res/icons/167x167.png",
  80. "settings" : "unpackage/res/icons/29x29.png",
  81. "settings@2x" : "unpackage/res/icons/58x58.png",
  82. "spotlight" : "unpackage/res/icons/40x40.png",
  83. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  84. },
  85. "iphone" : {
  86. "app@2x" : "unpackage/res/icons/120x120.png",
  87. "app@3x" : "unpackage/res/icons/180x180.png",
  88. "notification@2x" : "unpackage/res/icons/40x40.png",
  89. "notification@3x" : "unpackage/res/icons/60x60.png",
  90. "settings@2x" : "unpackage/res/icons/58x58.png",
  91. "settings@3x" : "unpackage/res/icons/87x87.png",
  92. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  93. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  94. }
  95. }
  96. }
  97. },
  98. "uniStatistics" : {
  99. "enable" : true
  100. }
  101. },
  102. /* SDK配置 */
  103. "quickapp" : {},
  104. /* 快应用特有相关 */
  105. "mp-weixin" : {
  106. /* 小程序特有相关 */
  107. "usingComponents" : true,
  108. "appid" : "wx24add1f6e1689978",
  109. "setting" : {
  110. "urlCheck" : true,
  111. "minified" : true
  112. }
  113. },
  114. "h5" : {
  115. "title" : "青圃汇鑫选",
  116. "domain" : "",
  117. "router" : {
  118. "base" : "/index/",
  119. "mode" : "hash"
  120. },
  121. "devServer" : {
  122. "proxy" : {
  123. "/api" : {
  124. "target" : "https://www.shicaotang1319.com/api",
  125. // "changeOrigin": true,
  126. "pathRewrite" : {
  127. "/api" : "" // rewrite path
  128. }
  129. }
  130. },
  131. "https" : false
  132. },
  133. "sdkConfigs" : {
  134. "maps" : {
  135. "qqmap" : {
  136. "key" : "CDGBZ-4EVCX-IBU4A-ZAKEJ-VWDEE-7BBGT"
  137. }
  138. }
  139. },
  140. "uniStatistics" : {
  141. "enable" : true
  142. }
  143. },
  144. "uniStatistics" : {
  145. "version" : "2",
  146. "type" : "private",
  147. "enable" : true
  148. },
  149. "mp-baidu" : {
  150. "uniStatistics" : {
  151. "enable" : true
  152. }
  153. },
  154. "mp-toutiao" : {
  155. "uniStatistics" : {
  156. "enable" : true
  157. }
  158. },
  159. "mp-qq" : {
  160. "uniStatistics" : {
  161. "enable" : true
  162. }
  163. },
  164. "mp-kuaishou" : {
  165. "uniStatistics" : {
  166. "enable" : true
  167. }
  168. },
  169. "mp-lark" : {
  170. "uniStatistics" : {
  171. "enable" : true
  172. }
  173. },
  174. "mp-xhs" : {
  175. "uniStatistics" : {
  176. "enable" : true
  177. }
  178. },
  179. "mp-jd" : {
  180. "uniStatistics" : {
  181. "enable" : true
  182. }
  183. },
  184. "quickapp-webview-huawei" : {
  185. "uniStatistics" : {
  186. "enable" : true
  187. }
  188. },
  189. "quickapp-webview-union" : {
  190. "uniStatistics" : {
  191. "enable" : true
  192. }
  193. },
  194. "mp-harmony" : {
  195. "uniStatistics" : {
  196. "enable" : true
  197. }
  198. },
  199. "app-harmony" : {
  200. "uniStatistics" : {
  201. "enable" : true
  202. }
  203. }
  204. }