manifest.json 5.6 KB

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