manifest.json 6.9 KB

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