manifest.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "name" : "Easy Industrial Report",
  3. "appid" : "__UNI__FFFE095",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "popGesture" : "none",
  11. "statusbar" : {
  12. "immersed" : false
  13. },
  14. "usingComponents" : true,
  15. "nvueStyleCompiler" : "uni-app",
  16. "compilerVersion" : 3,
  17. "splashscreen" : {
  18. "alwaysShowBeforeRender" : false,
  19. "waiting" : true,
  20. "autoclose" : false,
  21. "delay" : 0
  22. },
  23. "compatible" : {
  24. "ignoreVersion" : true
  25. },
  26. /* 模块配置 */
  27. "modules" : {},
  28. /* 应用发布信息 */
  29. "distribute" : {
  30. /* android打包配置 */
  31. "android" : {
  32. "permissions" : [
  33. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  34. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  35. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  36. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  37. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  38. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  39. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  40. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  41. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  42. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  43. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  44. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  45. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  46. "<uses-feature android:name=\"android.hardware.camera\"/>",
  47. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  48. ]
  49. },
  50. /* ios打包配置 */
  51. "ios" : {
  52. "dSYMs" : false
  53. },
  54. /* SDK配置 */
  55. "sdkConfigs" : {
  56. "ad" : {}
  57. },
  58. "icons" : {
  59. "android" : {
  60. "hdpi" : "unpackage/res/icons/72x72.png",
  61. "xhdpi" : "unpackage/res/icons/96x96.png",
  62. "xxhdpi" : "unpackage/res/icons/144x144.png",
  63. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  64. },
  65. "ios" : {
  66. "appstore" : "unpackage/res/icons/1024x1024.png",
  67. "ipad" : {
  68. "app" : "unpackage/res/icons/76x76.png",
  69. "app@2x" : "unpackage/res/icons/152x152.png",
  70. "notification" : "unpackage/res/icons/20x20.png",
  71. "notification@2x" : "unpackage/res/icons/40x40.png",
  72. "proapp@2x" : "unpackage/res/icons/167x167.png",
  73. "settings" : "unpackage/res/icons/29x29.png",
  74. "settings@2x" : "unpackage/res/icons/58x58.png",
  75. "spotlight" : "unpackage/res/icons/40x40.png",
  76. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  77. },
  78. "iphone" : {
  79. "app@2x" : "unpackage/res/icons/120x120.png",
  80. "app@3x" : "unpackage/res/icons/180x180.png",
  81. "notification@2x" : "unpackage/res/icons/40x40.png",
  82. "notification@3x" : "unpackage/res/icons/60x60.png",
  83. "settings@2x" : "unpackage/res/icons/58x58.png",
  84. "settings@3x" : "unpackage/res/icons/87x87.png",
  85. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  86. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  87. }
  88. }
  89. }
  90. }
  91. },
  92. /* 快应用特有相关 */
  93. "quickapp" : {},
  94. /* 小程序特有相关 */
  95. "mp-weixin" : {
  96. "appid" : "",
  97. "setting" : {
  98. "urlCheck" : false
  99. },
  100. "usingComponents" : true
  101. },
  102. "mp-alipay" : {
  103. "usingComponents" : true
  104. },
  105. "mp-baidu" : {
  106. "usingComponents" : true
  107. },
  108. "mp-toutiao" : {
  109. "usingComponents" : true
  110. },
  111. "uniStatistics" : {
  112. "enable" : false
  113. },
  114. "vueVersion" : "2",
  115. "h5" : {
  116. "sdkConfigs" : {
  117. "maps" : {
  118. "amap" : {
  119. "key" : "ed59bae9f282a05180df29e1efd466d3",
  120. "securityJsCode" : "",
  121. "serviceHost" : ""
  122. }
  123. }
  124. },
  125. "template" : "index.html",
  126. "router" : {
  127. "base" : "./",
  128. "mode" : "hash"
  129. },
  130. "assetsDir": "static",
  131. "static": {
  132. "publicPath": "/static/"
  133. },
  134. "title" : "Easy Industrial Report"
  135. }
  136. }