manifest.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "name" : "睿宝AI",
  3. "appid" : "__UNI__E15E1AD",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "compatible" : {
  11. "ignoreVersion" : true
  12. },
  13. "orientation" : [
  14. //竖屏正方向
  15. "portrait-primary",
  16. //竖屏反方向
  17. "portrait-secondary",
  18. //横屏正方向
  19. "landscape-primary",
  20. //横屏反方向
  21. "landscape-secondary",
  22. //自然方向
  23. "default"
  24. ],
  25. "usingComponents" : true,
  26. "nvueStyleCompiler" : "uni-app",
  27. "compilerVersion" : 3,
  28. "splashscreen" : {
  29. "alwaysShowBeforeRender" : true,
  30. "waiting" : true,
  31. "autoclose" : true,
  32. "delay" : 0
  33. },
  34. /* 模块配置 */
  35. "modules" : {},
  36. /* 应用发布信息 */
  37. "distribute" : {
  38. /* android打包配置 */
  39. "android" : {
  40. "permissions" : [
  41. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  42. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  43. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  44. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  45. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  46. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  47. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  48. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  49. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  50. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  51. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  52. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  53. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  54. "<uses-feature android:name=\"android.hardware.camera\"/>",
  55. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
  56. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>"
  57. ],
  58. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
  59. },
  60. /* ios打包配置 */
  61. "ios" : {
  62. "dSYMs" : false
  63. },
  64. /* SDK配置 */
  65. "sdkConfigs" : {
  66. "ad" : {}
  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. },
  101. "nativePlugins" : {
  102. "tts" : {
  103. "__plugin_info__" : {
  104. "name" : "tts",
  105. "description" : "调用原生tts",
  106. "platforms" : "Android",
  107. "url" : "",
  108. "android_package_name" : "",
  109. "ios_bundle_id" : "",
  110. "isCloud" : false,
  111. "bought" : -1,
  112. "pid" : "",
  113. "parameters" : {}
  114. }
  115. }
  116. }
  117. },
  118. /* 快应用特有相关 */
  119. "quickapp" : {},
  120. /* 小程序特有相关 */
  121. "mp-weixin" : {
  122. "appid" : "",
  123. "setting" : {
  124. "urlCheck" : false
  125. },
  126. "usingComponents" : true
  127. },
  128. "mp-alipay" : {
  129. "usingComponents" : true
  130. },
  131. "mp-baidu" : {
  132. "usingComponents" : true
  133. },
  134. "mp-toutiao" : {
  135. "usingComponents" : true
  136. },
  137. "uniStatistics" : {
  138. "enable" : false
  139. },
  140. "vueVersion" : "3"
  141. }