manifest.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "name" : "小宝小宝",
  3. "appid" : "__UNI__187F207",
  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. "VideoPlayer" : {},
  22. "Record" : {},
  23. "Geolocation" : {}
  24. },
  25. /* 应用发布信息 */
  26. "distribute" : {
  27. /* android打包配置 */
  28. "android" : {
  29. "permissions" : [
  30. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  31. "<uses-permission android:name=\"android.permission.INTERNET\"/>",
  32. "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\"/>",
  33. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
  34. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  35. "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>"
  36. ],
  37. "minSdkVersion" : 21
  38. },
  39. /* ios打包配置 */
  40. "ios" : {
  41. "dSYMs" : false
  42. },
  43. /* SDK配置 */
  44. "sdkConfigs" : {
  45. "ad" : {},
  46. "maps" : {
  47. "amap" : {
  48. "name" : "amapUOW1r6PN",
  49. "appkey_ios" : "7d1f2135ba4d4daec2d8f8315908f0f7",
  50. "appkey_android" : "b2caf6777474a7db750abd5d17d8e4bc"
  51. }
  52. },
  53. "geolocation" : {
  54. "system" : {
  55. "__platform__" : [ "ios", "android" ]
  56. }
  57. },
  58. "speech" : {}
  59. },
  60. "icons" : {
  61. "android" : {
  62. "hdpi" : "unpackage/res/icons/72x72.png",
  63. "xhdpi" : "unpackage/res/icons/96x96.png",
  64. "xxhdpi" : "unpackage/res/icons/144x144.png",
  65. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  66. },
  67. "ios" : {
  68. "appstore" : "unpackage/res/icons/1024x1024.png",
  69. "ipad" : {
  70. "app" : "unpackage/res/icons/76x76.png",
  71. "app@2x" : "unpackage/res/icons/152x152.png",
  72. "notification" : "unpackage/res/icons/20x20.png",
  73. "notification@2x" : "unpackage/res/icons/40x40.png",
  74. "proapp@2x" : "unpackage/res/icons/167x167.png",
  75. "settings" : "unpackage/res/icons/29x29.png",
  76. "settings@2x" : "unpackage/res/icons/58x58.png",
  77. "spotlight" : "unpackage/res/icons/40x40.png",
  78. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  79. },
  80. "iphone" : {
  81. "app@2x" : "unpackage/res/icons/120x120.png",
  82. "app@3x" : "unpackage/res/icons/180x180.png",
  83. "notification@2x" : "unpackage/res/icons/40x40.png",
  84. "notification@3x" : "unpackage/res/icons/60x60.png",
  85. "settings@2x" : "unpackage/res/icons/58x58.png",
  86. "settings@3x" : "unpackage/res/icons/87x87.png",
  87. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  88. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  89. }
  90. }
  91. }
  92. },
  93. "nativePlugins" : {
  94. "YL-SpeechRecognition" : {
  95. "__plugin_info__" : {
  96. "name" : "YL-SpeechRecognition",
  97. "description" : "语音识别,语音合成,语音听写,集成科大讯飞",
  98. "platforms" : "Android,iOS",
  99. "url" : "",
  100. "android_package_name" : "",
  101. "ios_bundle_id" : "",
  102. "isCloud" : false,
  103. "bought" : -1,
  104. "pid" : "",
  105. "parameters" : {}
  106. }
  107. }
  108. }
  109. },
  110. /* 快应用特有相关 */
  111. "quickapp" : {},
  112. /* 小程序特有相关 */
  113. "mp-weixin" : {
  114. "appid" : "",
  115. "setting" : {
  116. "urlCheck" : false
  117. },
  118. "usingComponents" : true
  119. },
  120. "mp-alipay" : {
  121. "usingComponents" : true
  122. },
  123. "mp-baidu" : {
  124. "usingComponents" : true
  125. },
  126. "mp-toutiao" : {
  127. "usingComponents" : true
  128. },
  129. "uniStatistics" : {
  130. "enable" : false
  131. },
  132. "vueVersion" : "2"
  133. }