manifest.json 5.6 KB

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