manifest.json 4.9 KB

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