manifest.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "name" : "云杉矿业",
  3. "appid" : "__UNI__C82D2C8",
  4. // __UNI__6FC8B70
  5. // "appid" : "__UNI__6FC8B70",
  6. "description" : "",
  7. "versionName" : "1.2.0",
  8. "versionCode" : 120,
  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.MODIFY_AUDIO_SETTINGS\"/>",
  33. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
  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. },
  39. "ios" : {},
  40. /* ios打包配置 */
  41. "sdkConfigs" : {
  42. "maps" : {},
  43. "ad" : {}
  44. },
  45. "icons" : {
  46. "android" : {
  47. "hdpi" : "unpackage/res/icons/72x72.png",
  48. "xhdpi" : "unpackage/res/icons/96x96.png",
  49. "xxhdpi" : "unpackage/res/icons/144x144.png",
  50. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  51. },
  52. "ios" : {
  53. "appstore" : "unpackage/res/icons/1024x1024.png",
  54. "ipad" : {
  55. "app" : "unpackage/res/icons/76x76.png",
  56. "app@2x" : "unpackage/res/icons/152x152.png",
  57. "notification" : "unpackage/res/icons/20x20.png",
  58. "notification@2x" : "unpackage/res/icons/40x40.png",
  59. "proapp@2x" : "unpackage/res/icons/167x167.png",
  60. "settings" : "unpackage/res/icons/29x29.png",
  61. "settings@2x" : "unpackage/res/icons/58x58.png",
  62. "spotlight" : "unpackage/res/icons/40x40.png",
  63. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  64. },
  65. "iphone" : {
  66. "app@2x" : "unpackage/res/icons/120x120.png",
  67. "app@3x" : "unpackage/res/icons/180x180.png",
  68. "notification@2x" : "unpackage/res/icons/40x40.png",
  69. "notification@3x" : "unpackage/res/icons/60x60.png",
  70. "settings@2x" : "unpackage/res/icons/58x58.png",
  71. "settings@3x" : "unpackage/res/icons/87x87.png",
  72. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  73. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  74. }
  75. }
  76. },
  77. "splashscreen" : {
  78. "androidStyle" : "default",
  79. "android" : {
  80. "hdpi" : "C:/Users/Administrator/Desktop/云杉/480 (2).png",
  81. "xhdpi" : "C:/Users/Administrator/Desktop/云杉/720 (2).png",
  82. "xxhdpi" : "C:/Users/Administrator/Desktop/云杉/1080 (2).png"
  83. },
  84. "iosStyle" : "default",
  85. "ios" : {
  86. "iphone" : {
  87. "portrait-896h@3x" : "static/startpic/qd1125x2436.png",
  88. "portrait-896h@2x" : "static/startpic/qd828x1792.png"
  89. }
  90. }
  91. }
  92. },
  93. "nativePlugins" : {}
  94. },
  95. /* SDK配置 */
  96. "quickapp" : {},
  97. /* 快应用特有相关 */
  98. "mp-weixin" : {
  99. /* 小程序特有相关 */
  100. "usingComponents" : true,
  101. "appid" : "",
  102. "setting" : {
  103. "urlCheck" : true
  104. }
  105. },
  106. "h5" : {
  107. "title" : "云杉矿业",
  108. "domain" : "",
  109. "router" : {
  110. "base" : "/index/",
  111. "mode" : "hash"
  112. },
  113. "devServer" : {
  114. "port" : ""
  115. }
  116. }
  117. }