manifest.json 5.9 KB

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