manifest.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "name" : "NICE",
  3. "appid" : "__UNI__F99BFF9",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : 100,
  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. /* 模块配置 */
  19. "distribute" : {
  20. /* 应用发布信息 */
  21. "android" : {
  22. /* android打包配置 */
  23. "permissions" : [
  24. "<uses-feature android:name=\"android.hardware.camera\"/>",
  25. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  26. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  27. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  28. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  29. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  30. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  31. "<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>",
  32. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
  33. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  34. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  35. "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>"
  36. ],
  37. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
  38. },
  39. "ios" : {
  40. "idfa" : false,
  41. "dSYMs" : false
  42. },
  43. /* ios打包配置 */
  44. "sdkConfigs" : {
  45. "maps" : {},
  46. "oauth" : {
  47. "weixin" : {
  48. "appid" : "",
  49. "appsecret" : "",
  50. "UniversalLinks" : ""
  51. }
  52. },
  53. "ad" : {}
  54. },
  55. "icons" : {
  56. "android" : {
  57. "hdpi" : "",
  58. "xhdpi" : "",
  59. "xxhdpi" : "",
  60. "xxxhdpi" : ""
  61. },
  62. "ios" : {
  63. "appstore" : "",
  64. "ipad" : {
  65. "app" : "",
  66. "app@2x" : "",
  67. "notification" : "",
  68. "notification@2x" : "",
  69. "proapp@2x" : "",
  70. "settings" : "",
  71. "settings@2x" : "",
  72. "spotlight" : "",
  73. "spotlight@2x" : ""
  74. },
  75. "iphone" : {
  76. "app@2x" : "",
  77. "app@3x" : "",
  78. "notification@2x" : "",
  79. "notification@3x" : "",
  80. "settings@2x" : "",
  81. "settings@3x" : "",
  82. "spotlight@2x" : "",
  83. "spotlight@3x" : ""
  84. }
  85. }
  86. }
  87. }
  88. },
  89. /* SDK配置 */
  90. "quickapp" : {},
  91. /* 快应用特有相关 */
  92. "mp-weixin" : {
  93. /* 小程序特有相关 */
  94. "usingComponents" : true,
  95. "appid" : "",
  96. "setting" : {
  97. "urlCheck" : true,
  98. "minified" : true
  99. }
  100. },
  101. "h5" : {
  102. "title" : "NICE",
  103. "domain" : "",
  104. "router" : {
  105. "base" : "/index/",
  106. "mode" : "hash"
  107. },
  108. // "devServer" : {
  109. // "proxy" : {
  110. // "/api" : {
  111. // "target" : "https://www.bscnice.com"
  112. // }
  113. // }
  114. // },
  115. "template" : "index.html"
  116. }
  117. }