manifest.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "name" : "鲲鹏云矿",
  3. "appid" : "__UNI__36C0ACD",
  4. // __UNI__6FC8B70
  5. // "appid" : "__UNI__6FC8B70",
  6. "description" : "",
  7. "versionName" : "1.0.1",
  8. "versionCode" : 101,
  9. "transformPx" : false,
  10. "app-plus" : {
  11. /* 5+App特有相关 */
  12. "usingComponents" : true,
  13. "splashscreen" : {
  14. "alwaysShowBeforeRender" : true,
  15. "waiting" : true,
  16. "autoclose" : true,
  17. "delay" : 0
  18. },
  19. "modules" : {},
  20. /* 模块配置 */
  21. "distribute" : {
  22. /* 应用发布信息 */
  23. "android" : {
  24. /* android打包配置 */
  25. "permissions" : [
  26. "<uses-feature android:name=\"android.hardware.camera\"/>",
  27. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  28. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  29. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  30. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  31. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  32. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  33. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  34. "<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>",
  35. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
  36. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  37. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  38. "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>"
  39. ],
  40. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
  41. },
  42. "ios" : {},
  43. /* ios打包配置 */
  44. "sdkConfigs" : {
  45. "maps" : {},
  46. "ad" : {}
  47. },
  48. "icons" : {
  49. "android" : {
  50. "hdpi" : "unpackage/res/icons/72x72.png",
  51. "xhdpi" : "unpackage/res/icons/96x96.png",
  52. "xxhdpi" : "unpackage/res/icons/144x144.png",
  53. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  54. },
  55. "ios" : {
  56. "appstore" : "unpackage/res/icons/1024x1024.png",
  57. "ipad" : {
  58. "app" : "unpackage/res/icons/76x76.png",
  59. "app@2x" : "unpackage/res/icons/152x152.png",
  60. "notification" : "unpackage/res/icons/20x20.png",
  61. "notification@2x" : "unpackage/res/icons/40x40.png",
  62. "proapp@2x" : "unpackage/res/icons/167x167.png",
  63. "settings" : "unpackage/res/icons/29x29.png",
  64. "settings@2x" : "unpackage/res/icons/58x58.png",
  65. "spotlight" : "unpackage/res/icons/40x40.png",
  66. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  67. },
  68. "iphone" : {
  69. "app@2x" : "unpackage/res/icons/120x120.png",
  70. "app@3x" : "unpackage/res/icons/180x180.png",
  71. "notification@2x" : "unpackage/res/icons/40x40.png",
  72. "notification@3x" : "unpackage/res/icons/60x60.png",
  73. "settings@2x" : "unpackage/res/icons/58x58.png",
  74. "settings@3x" : "unpackage/res/icons/87x87.png",
  75. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  76. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  77. }
  78. }
  79. },
  80. "splashscreen" : {
  81. "androidStyle" : "default",
  82. "android" : {
  83. "hdpi" : "static/启动图/qd480x762.png",
  84. "xhdpi" : "static/启动图/qd720x1242.png",
  85. "xxhdpi" : "static/启动图/qd1080x1882.png"
  86. },
  87. "iosStyle" : "default",
  88. "ios" : {
  89. "iphone" : {
  90. "portrait-896h@3x" : "static/启动图/qd1242x2688.png",
  91. "portrait-896h@2x" : "static/启动图/qd828x1792.png"
  92. }
  93. }
  94. }
  95. },
  96. "nativePlugins" : {}
  97. },
  98. /* SDK配置 */
  99. "quickapp" : {},
  100. /* 快应用特有相关 */
  101. "mp-weixin" : {
  102. /* 小程序特有相关 */
  103. "usingComponents" : true,
  104. "appid" : "",
  105. "setting" : {
  106. "urlCheck" : true
  107. }
  108. },
  109. "h5" : {
  110. "title" : "鲲鹏云矿",
  111. "domain" : "",
  112. "router" : {
  113. "base" : "/index/",
  114. "mode" : "hash"
  115. },
  116. "devServer" : {
  117. "port" : ""
  118. }
  119. }
  120. }