manifest.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "name" : "纽森移动端",
  3. "appid" : "__UNI__42873FE",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. "app-plus" : {
  9. "usingComponents" : true,
  10. "nvueCompiler" : "uni-app",
  11. "splashscreen" : {
  12. "alwaysShowBeforeRender" : true,
  13. "waiting" : true,
  14. "autoclose" : true,
  15. "delay" : 0
  16. },
  17. "modules" : {
  18. "Geolocation" : {},
  19. "OAuth" : {}
  20. },
  21. "distribute" : {
  22. "android" : {
  23. "permissions" : [
  24. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  25. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  26. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  27. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  28. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  29. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  30. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  31. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  32. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  33. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  34. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  35. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  36. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  37. "<uses-feature android:name=\"android.hardware.camera\"/>",
  38. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  39. ]
  40. },
  41. "ios" : {},
  42. "sdkConfigs" : {
  43. "maps" : {},
  44. "geolocation" : {
  45. "system" : {
  46. "__platform__" : [ "ios", "android" ]
  47. }
  48. },
  49. "oauth" : {
  50. "weixin" : {
  51. "appid" : "",
  52. "UniversalLinks" : ""
  53. }
  54. }
  55. },
  56. "icons" : {
  57. "android" : {
  58. "hdpi" : "unpackage/res/icons/72x72.png",
  59. "xhdpi" : "unpackage/res/icons/96x96.png",
  60. "xxhdpi" : "unpackage/res/icons/144x144.png",
  61. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  62. },
  63. "ios" : {
  64. "appstore" : "unpackage/res/icons/1024x1024.png",
  65. "ipad" : {
  66. "app" : "unpackage/res/icons/76x76.png",
  67. "app@2x" : "unpackage/res/icons/152x152.png",
  68. "notification" : "unpackage/res/icons/20x20.png",
  69. "notification@2x" : "unpackage/res/icons/40x40.png",
  70. "proapp@2x" : "unpackage/res/icons/167x167.png",
  71. "settings" : "unpackage/res/icons/29x29.png",
  72. "settings@2x" : "unpackage/res/icons/58x58.png",
  73. "spotlight" : "unpackage/res/icons/40x40.png",
  74. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  75. },
  76. "iphone" : {
  77. "app@2x" : "unpackage/res/icons/120x120.png",
  78. "app@3x" : "unpackage/res/icons/180x180.png",
  79. "notification@2x" : "unpackage/res/icons/40x40.png",
  80. "notification@3x" : "unpackage/res/icons/60x60.png",
  81. "settings@2x" : "unpackage/res/icons/58x58.png",
  82. "settings@3x" : "unpackage/res/icons/87x87.png",
  83. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  84. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  85. }
  86. }
  87. }
  88. }
  89. },
  90. "quickapp" : {},
  91. "mp-weixin" : {
  92. "appid" : "wxccd7e2a0911b3397",
  93. "setting" : {
  94. "urlCheck" : false,
  95. "es6" : false,
  96. "minified" : true,
  97. "postcss" : true
  98. },
  99. "optimization" : {
  100. "subPackages" : true
  101. },
  102. "usingComponents" : true
  103. },
  104. "vueVersion" : "2",
  105. "h5" : {
  106. "template" : "static/index.html",
  107. "devServer" : {
  108. "port" : 9090,
  109. "https" : false
  110. },
  111. "title" : "纽森营销",
  112. "router" : {
  113. "mode" : "hash",
  114. "base" : "./"
  115. }
  116. }
  117. }