manifest.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "name" : "鹅状元",
  3. "appid" : "__UNI__CB9D85D",
  4. "description" : "",
  5. "versionName" : "1.0.5",
  6. "versionCode" : 5,
  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. "screenOrientation" : [
  20. "portrait-primary",
  21. "portrait-secondary",
  22. "landscape-primary",
  23. "landscape-secondary"
  24. ],
  25. /* 禁止左右滑动 */
  26. "disableSwipeBack" : true,
  27. /*底部安全区*/
  28. "safearea" : {
  29. "bottom" : {
  30. "offset" : "none"
  31. }
  32. },
  33. /* 模块配置 */
  34. "modules" : {
  35. "VideoPlayer" : {},
  36. "OAuth" : {}
  37. },
  38. /* 应用发布信息 */
  39. "distribute" : {
  40. /* 横竖屏设置 */
  41. "screenOrientation" : [ "portrait-primary", "landscape-primary" ],
  42. "distribute" : {
  43. "screenOrientation" : [ "portrait-primary", "landscape-primary" ]
  44. },
  45. /* android打包配置 */
  46. "android" : {
  47. "permissions" : [
  48. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  49. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  50. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  51. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  52. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  53. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  54. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  55. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  56. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  57. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  58. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  59. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  60. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  61. "<uses-feature android:name=\"android.hardware.camera\"/>",
  62. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  63. ],
  64. "abiFilters" : [ "arm64-v8a" ],
  65. "minSdkVersion" : 24,
  66. "targetSdkVersion" : 28
  67. },
  68. /* ios打包配置 */
  69. "ios" : {
  70. "dSYMs" : false
  71. },
  72. /* SDK配置 */
  73. "sdkConfigs" : {
  74. "oauth" : {
  75. "weixin" : {
  76. "appid" : "wxd6a8954fa7b0f8a0",
  77. "UniversalLinks" : ""
  78. }
  79. }
  80. },
  81. "splashscreen" : {
  82. "androidStyle" : "common",
  83. "iosStyle" : "common"
  84. },
  85. "icons" : {
  86. "android" : {
  87. "hdpi" : "unpackage/res/icons/72x72.png",
  88. "xhdpi" : "unpackage/res/icons/96x96.png",
  89. "xxhdpi" : "unpackage/res/icons/144x144.png",
  90. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  91. },
  92. "ios" : {
  93. "appstore" : "unpackage/res/icons/1024x1024.png",
  94. "ipad" : {
  95. "app" : "unpackage/res/icons/76x76.png",
  96. "app@2x" : "unpackage/res/icons/152x152.png",
  97. "notification" : "unpackage/res/icons/20x20.png",
  98. "notification@2x" : "unpackage/res/icons/40x40.png",
  99. "proapp@2x" : "unpackage/res/icons/167x167.png",
  100. "settings" : "unpackage/res/icons/29x29.png",
  101. "settings@2x" : "unpackage/res/icons/58x58.png",
  102. "spotlight" : "unpackage/res/icons/40x40.png",
  103. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  104. },
  105. "iphone" : {
  106. "app@2x" : "unpackage/res/icons/120x120.png",
  107. "app@3x" : "unpackage/res/icons/180x180.png",
  108. "notification@2x" : "unpackage/res/icons/40x40.png",
  109. "notification@3x" : "unpackage/res/icons/60x60.png",
  110. "settings@2x" : "unpackage/res/icons/58x58.png",
  111. "settings@3x" : "unpackage/res/icons/87x87.png",
  112. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  113. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. /* 快应用特有相关 */
  120. "quickapp" : {},
  121. /* 小程序特有相关 */
  122. "mp-weixin" : {
  123. "appid" : "wx3a4f7c01eb080d14",
  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. "uniStatistics" : {
  139. "enable" : false
  140. },
  141. "vueVersion" : "3",
  142. "h5" : {
  143. "router" : {
  144. "base" : "/mdist/"
  145. },
  146. "title" : "鹅状元"
  147. },
  148. "fallbackLocale" : "zh-Hans"
  149. }