manifest.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {
  2. "name" : "鹅状元",
  3. "appid" : "__UNI__CB9D85D",
  4. "description" : "",
  5. "versionName" : "2.0.0",
  6. "versionCode" : 20,
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "compatible" : {
  11. "ignoreVersion" : true
  12. },
  13. "usingComponents" : true,
  14. "nvueStyleCompiler" : "uni-app",
  15. "compilerVersion" : 3,
  16. "splashscreen" : {
  17. "alwaysShowBeforeRender" : false,
  18. "waiting" : true,
  19. "autoclose" : false,
  20. "delay" : 0
  21. },
  22. "screenOrientation" : [
  23. "portrait-primary",
  24. "portrait-secondary",
  25. "landscape-primary",
  26. "landscape-secondary"
  27. ],
  28. /* 禁止左右滑动 */
  29. "disableSwipeBack" : true,
  30. /*底部安全区*/
  31. "safearea" : {
  32. "bottom" : {
  33. "offset" : "none"
  34. }
  35. },
  36. /* 模块配置 */
  37. "modules" : {
  38. "Camera" : {},
  39. "Gallery" : {},
  40. "VideoPlayer" : {},
  41. "OAuth" : {},
  42. "Payment" : {}
  43. },
  44. /* 应用发布信息 */
  45. "distribute" : {
  46. /* 横竖屏设置 */
  47. "screenOrientation" : [ "portrait-primary", "landscape-primary" ],
  48. "distribute" : {
  49. "screenOrientation" : [ "portrait-primary", "landscape-primary" ]
  50. },
  51. /* android打包配置 */
  52. "android" : {
  53. "permissions" : [
  54. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  55. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  56. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
  57. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
  58. "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />"
  59. ],
  60. "abiFilters" : [ "arm64-v8a" ],
  61. "minSdkVersion" : 28,
  62. "targetSdkVersion" : 30,
  63. "excludePermissions" : []
  64. },
  65. /* ios打包配置 */
  66. "ios" : {
  67. "dSYMs" : false,
  68. "idfa" : false
  69. },
  70. /* SDK配置 */
  71. "sdkConfigs" : {
  72. "oauth" : {
  73. "weixin" : {
  74. "appid" : "wxd6a8954fa7b0f8a0"
  75. }
  76. },
  77. "payment" : {
  78. "alipay" : {
  79. "__platform__" : [ "android" ]
  80. },
  81. "weixin" : {
  82. "__platform__" : [ "android" ],
  83. "appid" : "wxd6a8954fa7b0f8a0"
  84. }
  85. }
  86. },
  87. "splashscreen" : {
  88. "androidStyle" : "common",
  89. "iosStyle" : "common",
  90. "useOriginalMsgbox" : true
  91. },
  92. "icons" : {
  93. "android" : {
  94. "hdpi" : "unpackage/res/icons/72x72.png",
  95. "xhdpi" : "unpackage/res/icons/96x96.png",
  96. "xxhdpi" : "unpackage/res/icons/144x144.png",
  97. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  98. },
  99. "ios" : {
  100. "appstore" : "unpackage/res/icons/1024x1024.png",
  101. "ipad" : {
  102. "app" : "unpackage/res/icons/76x76.png",
  103. "app@2x" : "unpackage/res/icons/152x152.png",
  104. "notification" : "unpackage/res/icons/20x20.png",
  105. "notification@2x" : "unpackage/res/icons/40x40.png",
  106. "proapp@2x" : "unpackage/res/icons/167x167.png",
  107. "settings" : "unpackage/res/icons/29x29.png",
  108. "settings@2x" : "unpackage/res/icons/58x58.png",
  109. "spotlight" : "unpackage/res/icons/40x40.png",
  110. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  111. },
  112. "iphone" : {
  113. "app@2x" : "unpackage/res/icons/120x120.png",
  114. "app@3x" : "unpackage/res/icons/180x180.png",
  115. "notification@2x" : "unpackage/res/icons/40x40.png",
  116. "notification@3x" : "unpackage/res/icons/60x60.png",
  117. "settings@2x" : "unpackage/res/icons/58x58.png",
  118. "settings@3x" : "unpackage/res/icons/87x87.png",
  119. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  120. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  121. }
  122. }
  123. }
  124. }
  125. },
  126. /* 快应用特有相关 */
  127. "quickapp" : {},
  128. /* 小程序特有相关 */
  129. "mp-weixin" : {
  130. "appid" : "wx3a4f7c01eb080d14",
  131. "setting" : {
  132. "urlCheck" : false
  133. },
  134. "usingComponents" : true
  135. },
  136. "mp-alipay" : {
  137. "usingComponents" : true
  138. },
  139. "mp-baidu" : {
  140. "usingComponents" : true
  141. },
  142. "mp-toutiao" : {
  143. "usingComponents" : true
  144. },
  145. "uniStatistics" : {
  146. "enable" : false
  147. },
  148. "vueVersion" : "3",
  149. "h5" : {
  150. "router" : {
  151. "base" : "/mdist/"
  152. },
  153. "title" : "鹅状元"
  154. },
  155. "fallbackLocale" : "zh-Hans"
  156. }