manifest.json 3.7 KB

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