manifest.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. {
  2. "name" : "星链",
  3. "appid" : "__UNI__8E7A781",
  4. "description" : "星链社区",
  5. "versionName" : "1.3.20",
  6. "versionCode" : 1,
  7. "transformPx" : false,
  8. "uniStatistics" : {
  9. "enable" : false
  10. },
  11. "compatConfig" : {
  12. "MODE" : 2 // 2代表兼容Vue2模式,3代表非兼容Vue2模式
  13. },
  14. "app-plus" : {
  15. "usingComponents" : true,
  16. "nvueCompiler" : "uni-app",
  17. /* 5+App特有相关 */
  18. "modules" : {
  19. "Camera" : {},
  20. "Barcode" : {},
  21. "LivePusher" : {},
  22. "Record" : {},
  23. "VideoPlayer" : {},
  24. "Webview-x5" : {},
  25. "UIWebview" : {}
  26. },
  27. "compatible" : {
  28. "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
  29. },
  30. /* 模块配置 */
  31. "distribute" : {
  32. /* 应用发布信息 */
  33. "android" : {
  34. /* android打包配置 */
  35. "permissions" : [
  36. "<uses-feature android:name=\"android.hardware.camera\"/>",
  37. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  38. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  39. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  40. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  41. "<uses-permission android:name=\"android.permission.CLEAR_APP_CACHE\"/>",
  42. "<uses-permission android:name=\"android.permission.LOCATION_HARDWARE\"/>",
  43. "<uses-permission android:name=\"android.permission.MANAGE_APP_TOKENS\"/>",
  44. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  45. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  46. ],
  47. "permissionPhoneState" : {
  48. "request" : "none"
  49. },
  50. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
  51. "autoSdkPermissions" : true,
  52. "minSdkVersion" : 21
  53. },
  54. "ios" : {
  55. "idfa" : false,
  56. "dSYMs" : false
  57. },
  58. /* ios打包配置 */
  59. "sdkConfigs" : {
  60. "ad" : {},
  61. "geolocation" : {
  62. "system" : {
  63. "__platform__" : [ "android" ]
  64. }
  65. },
  66. "speech" : {}
  67. },
  68. "icons" : {
  69. "android" : {
  70. "hdpi" : "unpackage/res/icons/72x72.png",
  71. "xhdpi" : "unpackage/res/icons/96x96.png",
  72. "xxhdpi" : "unpackage/res/icons/144x144.png",
  73. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  74. },
  75. "ios" : {
  76. "appstore" : "unpackage/res/icons/1024x1024.png",
  77. "ipad" : {
  78. "app" : "unpackage/res/icons/76x76.png",
  79. "app@2x" : "unpackage/res/icons/152x152.png",
  80. "notification" : "unpackage/res/icons/20x20.png",
  81. "notification@2x" : "unpackage/res/icons/40x40.png",
  82. "proapp@2x" : "unpackage/res/icons/167x167.png",
  83. "settings" : "unpackage/res/icons/29x29.png",
  84. "settings@2x" : "unpackage/res/icons/58x58.png",
  85. "spotlight" : "unpackage/res/icons/40x40.png",
  86. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  87. },
  88. "iphone" : {
  89. "app@2x" : "unpackage/res/icons/120x120.png",
  90. "app@3x" : "unpackage/res/icons/180x180.png",
  91. "notification@2x" : "unpackage/res/icons/40x40.png",
  92. "notification@3x" : "unpackage/res/icons/60x60.png",
  93. "settings@2x" : "unpackage/res/icons/58x58.png",
  94. "settings@3x" : "unpackage/res/icons/87x87.png",
  95. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  96. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  97. }
  98. }
  99. },
  100. "splashscreen" : {
  101. "androidStyle" : "common",
  102. "useOriginalMsgbox" : true
  103. }
  104. },
  105. "nativePlugins" : {
  106. "yuange-VideoEditModule" : {
  107. "__plugin_info__" : {
  108. "name" : "视频编辑裁剪、添加背景音乐、压缩视频、拍照、录制视频",
  109. "description" : "视频编辑裁剪、添加背景音乐、压缩视频、拍照、录制视频",
  110. "platforms" : "Android",
  111. "url" : "https://ext.dcloud.net.cn/plugin?id=9848",
  112. "android_package_name" : "com.xlsq.app",
  113. "ios_bundle_id" : "com.xlsq.app",
  114. "isCloud" : true,
  115. "bought" : 1,
  116. "pid" : "9848",
  117. "parameters" : {}
  118. }
  119. }
  120. }
  121. },
  122. "quickapp" : {},
  123. "mp-weixin" : {
  124. "appid" : "",
  125. "setting" : {
  126. "urlCheck" : false
  127. },
  128. "usingComponents" : true
  129. },
  130. "mp-alipay" : {
  131. "usingComponents" : true
  132. },
  133. "mp-baidu" : {
  134. "usingComponents" : true
  135. },
  136. "mp-toutiao" : {
  137. "usingComponents" : true
  138. },
  139. "h5" : {
  140. "router" : {
  141. "base" : "./",
  142. "mode" : "history"
  143. },
  144. "template" : "h5.template.html",
  145. "optimization" : {
  146. "treeShaking" : {
  147. "enable" : true
  148. }
  149. },
  150. "sdkConfigs" : {
  151. "maps" : {}
  152. },
  153. "devServer" : {
  154. "https" : false
  155. },
  156. "title" : "星链"
  157. },
  158. "vueVersion" : "2",
  159. "locale" : "zh-Hans",
  160. "fallbackLocale" : "zh-Hans"
  161. }