manifest.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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. "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. "Gallery": {}
  39. },
  40. /* 应用发布信息 */
  41. "distribute": {
  42. /* 横竖屏设置 */
  43. "screenOrientation": ["portrait-primary", "landscape-primary"],
  44. "distribute": {
  45. "screenOrientation": ["portrait-primary", "landscape-primary"]
  46. },
  47. /* android打包配置 */
  48. "android": {
  49. "permissions": [
  50. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  51. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  52. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  53. ],
  54. "abiFilters": ["arm64-v8a"],
  55. "minSdkVersion": 28,
  56. "targetSdkVersion": 30,
  57. "excludePermissions": []
  58. },
  59. /* ios打包配置 */
  60. "ios": {
  61. "dSYMs": false,
  62. "idfa": false,
  63. "privacyDescription": {
  64. "NSPhotoLibraryUsageDescription": "需要访问相册来选择图片"
  65. }
  66. },
  67. /* SDK配置 */
  68. "sdkConfigs": {
  69. "oauth": {
  70. "weixin": {
  71. "appid": "wxd6a8954fa7b0f8a0"
  72. },
  73. "apple": {}
  74. },
  75. "payment": {
  76. "appleiap": {}
  77. },
  78. "maps": {}
  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. }