manifest.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "name" : "币王",
  3. "appid" : "__UNI__053A230",
  4. "description" : "",
  5. "versionName" : "2.4.8",
  6. "versionCode" : 200,
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "safearea" : {
  11. "bottom" : {
  12. "offset" : "none"
  13. }
  14. },
  15. "usingComponents" : true,
  16. "nvueStyleCompiler" : "uni-app",
  17. "compilerVersion" : 3,
  18. "splashscreen" : {
  19. "alwaysShowBeforeRender" : true,
  20. "waiting" : true,
  21. "autoclose" : true,
  22. "delay" : 0
  23. },
  24. /* 模块配置 */
  25. "modules" : {
  26. "Webview-x5" : {}
  27. },
  28. /* 应用发布信息 */
  29. "distribute" : {
  30. /* android打包配置 */
  31. "android" : {
  32. "permissions" : [
  33. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  34. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  35. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  36. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  37. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  38. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  39. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  40. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  41. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  42. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  43. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  44. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  45. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  46. "<uses-feature android:name=\"android.hardware.camera\"/>",
  47. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  48. ],
  49. "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
  50. },
  51. /* ios打包配置 */
  52. "ios" : {
  53. "dSYMs" : false
  54. },
  55. /* SDK配置 */
  56. "sdkConfigs" : {
  57. "share" : {
  58. "weixin" : {
  59. "appid" : "",
  60. "UniversalLinks" : ""
  61. },
  62. "qq" : {
  63. "appid" : "",
  64. "UniversalLinks" : ""
  65. }
  66. },
  67. "ad" : {}
  68. },
  69. "icons" : {
  70. "android" : {
  71. "hdpi" : "unpackage/res/icons/72x72.png",
  72. "xhdpi" : "unpackage/res/icons/96x96.png",
  73. "xxhdpi" : "unpackage/res/icons/144x144.png",
  74. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  75. },
  76. "ios" : {
  77. "appstore" : "unpackage/res/icons/1024x1024.png",
  78. "ipad" : {
  79. "app" : "unpackage/res/icons/76x76.png",
  80. "app@2x" : "unpackage/res/icons/152x152.png",
  81. "notification" : "unpackage/res/icons/20x20.png",
  82. "notification@2x" : "unpackage/res/icons/40x40.png",
  83. "proapp@2x" : "unpackage/res/icons/167x167.png",
  84. "settings" : "unpackage/res/icons/29x29.png",
  85. "settings@2x" : "unpackage/res/icons/58x58.png",
  86. "spotlight" : "unpackage/res/icons/40x40.png",
  87. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  88. },
  89. "iphone" : {
  90. "app@2x" : "unpackage/res/icons/120x120.png",
  91. "app@3x" : "unpackage/res/icons/180x180.png",
  92. "notification@2x" : "unpackage/res/icons/40x40.png",
  93. "notification@3x" : "unpackage/res/icons/60x60.png",
  94. "settings@2x" : "unpackage/res/icons/58x58.png",
  95. "settings@3x" : "unpackage/res/icons/87x87.png",
  96. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  97. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  98. }
  99. }
  100. }
  101. },
  102. "nativePlugins" : {
  103. "fy-kline" : {
  104. "__plugin_info__" : {
  105. "name" : "原生K线图 - [试用版,仅用于自定义调试基座]",
  106. "description" : "K线图,支持Android,iOS",
  107. "platforms" : "Android,iOS",
  108. "url" : "https://ext.dcloud.net.cn/plugin?id=2320",
  109. "android_package_name" : "",
  110. "ios_bundle_id" : "",
  111. "isCloud" : true,
  112. "bought" : 0,
  113. "pid" : "2320",
  114. "parameters" : {}
  115. }
  116. }
  117. }
  118. },
  119. /* 快应用特有相关 */
  120. "quickapp" : {},
  121. /* 小程序特有相关 */
  122. "mp-weixin" : {
  123. "appid" : "",
  124. "setting" : {
  125. "urlCheck" : false
  126. },
  127. "usingComponents" : true
  128. },
  129. "mp-alipay" : {
  130. "usingComponents" : true
  131. },
  132. "mp-baidu" : {
  133. "usingComponents" : true
  134. },
  135. "mp-toutiao" : {
  136. "usingComponents" : true
  137. },
  138. // "h5": {
  139. // "devServer": {
  140. // // "port" : 8080, //浏览器运行端口
  141. // "https": false,
  142. // "proxy": {
  143. // "/baseUrlTest": {
  144. // "target": "https://doc.okenx.com",
  145. // "changeOrigin": true,
  146. // "secure": false,
  147. // "pathRewrite": {
  148. // "^": ""
  149. // }
  150. // }
  151. // },
  152. // "disableHostCheck":true
  153. // }
  154. // },
  155. "uniStatistics" : {
  156. "enable" : false
  157. },
  158. "vueVersion" : "2"
  159. }