manifest.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "name" : "鹅状元",
  3. "appid" : "__UNI__CB9D85D",
  4. "description" : "",
  5. "versionName" : "1.0.6",
  6. "versionCode" : 7,
  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. },
  70. "payment" : {
  71. "alipay" : {
  72. "__platform__" : [ "android" ]
  73. },
  74. "weixin" : {
  75. "__platform__" : [ "android" ],
  76. "appid" : "wxd6a8954fa7b0f8a0"
  77. }
  78. }
  79. },
  80. "splashscreen" : {
  81. "androidStyle" : "common",
  82. "iosStyle" : "common",
  83. "useOriginalMsgbox" : true
  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. }