manifest.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "name" : "易趣CBB",
  3. "appid" : "__UNI__9A7699F",
  4. "description" : "",
  5. "versionName" : "1.4.8",
  6. "versionCode" : 148,
  7. "transformPx" : false,
  8. "app-plus" : {
  9. /* 5+App特有相关 */
  10. "usingComponents" : true,
  11. "splashscreen" : {
  12. "alwaysShowBeforeRender" : true,
  13. "waiting" : true,
  14. "autoclose" : true,
  15. "delay" : 0
  16. },
  17. "modules" : {
  18. "VideoPlayer" : {},
  19. "Camera" : {}
  20. },
  21. /* 模块配置 */
  22. "distribute" : {
  23. /* 应用发布信息 */
  24. "android" : {
  25. /* android打包配置 */
  26. "permissions" : [
  27. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  28. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  29. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  30. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>"
  31. ],
  32. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
  33. },
  34. "ios" : {
  35. "idfa" : false,
  36. "dSYMs" : false
  37. },
  38. /* ios打包配置 */
  39. "sdkConfigs" : {
  40. "maps" : {},
  41. "oauth" : {
  42. "weixin" : {
  43. "appid" : "",
  44. "appsecret" : "",
  45. "UniversalLinks" : ""
  46. }
  47. },
  48. "ad" : {},
  49. "geolocation" : {}
  50. },
  51. "splashscreen" : {
  52. "androidStyle" : "default",
  53. "android" : {
  54. "hdpi" : "unpackage/480.9.png",
  55. "xhdpi" : "unpackage/720.9.png",
  56. "xxhdpi" : "unpackage/1080.9.png"
  57. }
  58. },
  59. "icons" : {
  60. "android" : {
  61. "hdpi" : "unpackage/res/icons/72x72.png",
  62. "xhdpi" : "unpackage/res/icons/96x96.png",
  63. "xxhdpi" : "unpackage/res/icons/144x144.png",
  64. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  65. },
  66. "ios" : {
  67. "appstore" : "unpackage/res/icons/1024x1024.png",
  68. "ipad" : {
  69. "app" : "unpackage/res/icons/76x76.png",
  70. "app@2x" : "unpackage/res/icons/152x152.png",
  71. "notification" : "unpackage/res/icons/20x20.png",
  72. "notification@2x" : "unpackage/res/icons/40x40.png",
  73. "proapp@2x" : "unpackage/res/icons/167x167.png",
  74. "settings" : "unpackage/res/icons/29x29.png",
  75. "settings@2x" : "unpackage/res/icons/58x58.png",
  76. "spotlight" : "unpackage/res/icons/40x40.png",
  77. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  78. },
  79. "iphone" : {
  80. "app@2x" : "unpackage/res/icons/120x120.png",
  81. "app@3x" : "unpackage/res/icons/180x180.png",
  82. "notification@2x" : "unpackage/res/icons/40x40.png",
  83. "notification@3x" : "unpackage/res/icons/60x60.png",
  84. "settings@2x" : "unpackage/res/icons/58x58.png",
  85. "settings@3x" : "unpackage/res/icons/87x87.png",
  86. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  87. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  88. }
  89. }
  90. }
  91. }
  92. },
  93. /* SDK配置 */
  94. "quickapp" : {},
  95. /* 快应用特有相关 */
  96. "mp-weixin" : {
  97. /* 小程序特有相关 */
  98. "usingComponents" : true,
  99. "appid" : "",
  100. "setting" : {
  101. "urlCheck" : true
  102. }
  103. },
  104. "h5" : {
  105. "title" : "商城",
  106. "domain" : "",
  107. "router" : {
  108. "base" : "/index/",
  109. "mode" : "hash"
  110. },
  111. "devServer" : {
  112. "proxy" : {
  113. "/api" : {
  114. // "target" : "http://test.shangshigo.com", //请求的目标域名
  115. "target" : "http://fpl.qiniu1314.com" //请求的目标域名
  116. }
  117. }
  118. },
  119. // "secure": false,
  120. // "pathRewrite" : {}
  121. "sdkConfigs" : {
  122. "maps" : {
  123. "qqmap" : {
  124. "key" : "VYZBZ-P2TRG-RMIQ3-ITAIN-2DKBK-CKFQQ"
  125. }
  126. }
  127. }
  128. }
  129. }
  130. // "^/api": "/"