manifest.json 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. {
  2. "name" : "消息",
  3. "appid" : "__UNI__EC201C9",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. "sassImplementationName": "node-sass",
  9. /* 5+App特有相关 */
  10. "app-plus" : {
  11. "usingComponents" : true,
  12. "nvueStyleCompiler" : "uni-app",
  13. "compilerVersion" : 3,
  14. "splashscreen" : {
  15. "alwaysShowBeforeRender" : true,
  16. "waiting" : true,
  17. "autoclose" : true,
  18. "delay" : 0
  19. },
  20. /* 模块配置 */
  21. "modules" : {
  22. "Push" : {},
  23. "Record" : {},
  24. "VideoPlayer" : {},
  25. "Camera" : {}
  26. },
  27. /* 应用发布信息 */
  28. "distribute" : {
  29. /* android打包配置 */
  30. "android" : {
  31. "permissions" : [
  32. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  33. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  34. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  35. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  36. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  37. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  38. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  39. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  40. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  41. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  42. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  43. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  44. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  45. "<uses-feature android:name=\"android.hardware.camera\"/>",
  46. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  47. ]
  48. },
  49. /* ios打包配置 */
  50. "ios" : {
  51. "capabilities" : {
  52. "entitlements" : {
  53. "com.apple.security.application-groups" : [ "" ]
  54. }
  55. },
  56. "dSYMs" : false
  57. },
  58. /* SDK配置 */
  59. "sdkConfigs" : {
  60. "push" : {},
  61. "ad" : {}
  62. }
  63. },
  64. "nativePlugins" : {
  65. "TencentCloud-TIMPush" : {
  66. "TIMPushAppGroupID" : "0",
  67. "com.hihonor.push.app_id" : "0",
  68. "com.vivo.push.api_key" : "0",
  69. "com.vivo.push.app_id" : "0",
  70. "__plugin_info__" : {
  71. "name" : "【官方】uni-app 推送插件 TencentCloud-TIMPush",
  72. "description" : "腾讯云即时通信 IM Push 插件,目前推送支持小米、华为、荣耀、OPPO、vivo、魅族、APNs、一加、realme、iQOO 和 苹果等厂商通道。",
  73. "platforms" : "Android,iOS",
  74. "url" : "https://ext.dcloud.net.cn/plugin?id=16428",
  75. "android_package_name" : "",
  76. "ios_bundle_id" : "",
  77. "isCloud" : true,
  78. "bought" : 1,
  79. "pid" : "16428",
  80. "parameters" : {
  81. "TIMPushAppGroupID" : {
  82. "des" : "iOS平台的AppGroupID",
  83. "key" : "TIMPushAppGroupID",
  84. "value" : ""
  85. },
  86. "com.hihonor.push.app_id" : {
  87. "des" : "Honor推送 app_id",
  88. "key" : "com.hihonor.push.app_id",
  89. "value" : ""
  90. },
  91. "com.vivo.push.api_key" : {
  92. "des" : "VIVO推送 api_key",
  93. "key" : "",
  94. "value" : ""
  95. },
  96. "com.vivo.push.app_id" : {
  97. "des" : "VIVO推送 app_id",
  98. "key" : "",
  99. "value" : ""
  100. }
  101. }
  102. }
  103. },
  104. "TencentCloud-TUICallKit" : {
  105. "__plugin_info__" : {
  106. "name" : "【官方】腾讯云音视频通话插件TencentCloud-TUICallKit",
  107. "description" : "TUICallKit 是腾讯云官方推出的音视频通话插件,支持 1v1 通话和群组通话,并提供“类微信\"的 UI 交互,开发者仅需三个 API 就可实现。",
  108. "platforms" : "Android,iOS",
  109. "url" : "https://ext.dcloud.net.cn/plugin?id=9035",
  110. "android_package_name" : "",
  111. "ios_bundle_id" : "",
  112. "isCloud" : true,
  113. "bought" : 1,
  114. "pid" : "9035",
  115. "parameters" : {}
  116. }
  117. }
  118. }
  119. },
  120. /* 快应用特有相关 */
  121. "quickapp" : {},
  122. /* H5 特有相关 :关闭 treeshaking 是为了规避 uni[methond]() is not a function 的问题 */
  123. "h5" : {
  124. "template" : "index.html",
  125. "router" : {
  126. "base" : "./",
  127. "mode" : "hash"
  128. }
  129. },
  130. // "optimization" : {
  131. // "treeShaking" : {
  132. // "enable" : true
  133. // }
  134. // },
  135. // "devServer" : {
  136. // "port" : 8080,
  137. // "disableHostCheck" : true,
  138. // "proxy" : {
  139. // "/api" : {
  140. // "target" : "http://192.168.18.122:9001/",
  141. // // "target": "https://admin-test.sxdirectpurchase.com",
  142. // "changeOrigin" : true,
  143. // "secure" : false,
  144. // "pathRewrite" : {
  145. // "^/api" : "/api"
  146. // }
  147. // }
  148. // },
  149. // "https" : true
  150. // },
  151. // "template" : "index.html",
  152. // "router" : {
  153. // "base" : "/message",
  154. // "mode" : "hash"
  155. // }
  156. /* 小程序特有相关 */
  157. "mp-weixin" : {
  158. "libVersion" : "latest",
  159. "appid" : "",
  160. "setting" : {
  161. "urlCheck" : false,
  162. "es6" : true,
  163. "minified" : true,
  164. "ignoreDevUnusedFiles" : false,
  165. "ignoreUploadUnusedFiles" : false
  166. },
  167. "usingComponents" : true
  168. },
  169. "mp-alipay" : {
  170. "usingComponents" : true
  171. },
  172. "mp-baidu" : {
  173. "usingComponents" : true
  174. },
  175. "mp-toutiao" : {
  176. "usingComponents" : true
  177. },
  178. "uniStatistics" : {
  179. "enable" : false
  180. },
  181. "vueVersion" : "2"
  182. }