manifest.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "name" : "鲑鱼数藏",
  3. "appid" : "__UNI__4F60E31",
  4. "description" : "",
  5. "versionName" : "1.0.1",
  6. "versionCode" : 100,
  7. "transformPx" : false,
  8. "h5" : {
  9. "devServer" : {
  10. "https" : false,
  11. "port" : 8080,
  12. "proxy" : {
  13. "/apis" : {
  14. "target" : "https://www.gyshucang.art/",
  15. "changeOrigin" : true,
  16. "secure" : false,
  17. "pathRewrite" : {
  18. "^/apis" : ""
  19. }
  20. }
  21. }
  22. },
  23. "router" : {
  24. "mode" : "hash",
  25. "base" : ""
  26. },
  27. "sdkConfigs" : {
  28. "maps" : {}
  29. },
  30. "title" : "鲑鱼数藏"
  31. },
  32. /* 5+App特有相关 */
  33. "app-plus" : {
  34. "statusbar" : {
  35. "immersed" : false
  36. },
  37. "compatible" : {
  38. "ignoreVersion" : true
  39. },
  40. "usingComponents" : true,
  41. "nvueStyleCompiler" : "uni-app",
  42. "compilerVersion" : 3,
  43. "splashscreen" : {
  44. "alwaysShowBeforeRender" : true,
  45. "waiting" : true,
  46. "autoclose" : true,
  47. "delay" : 0
  48. },
  49. /* 模块配置 */
  50. "modules" : {
  51. "Payment" : {},
  52. "VideoPlayer" : {}
  53. },
  54. /* 应用发布信息 */
  55. "distribute" : {
  56. /* android打包配置 */
  57. "android" : {
  58. "permissions" : [
  59. "<uses-feature android:name=\"android.hardware.camera\"/>",
  60. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  61. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  62. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  63. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  64. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  65. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  66. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  67. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  68. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  69. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  70. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  71. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  72. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  73. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  74. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  75. ],
  76. "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ],
  77. "autoSdkPermissions" : true
  78. },
  79. /* ios打包配置 */
  80. "ios" : {
  81. "idfa" : false,
  82. "dSYMs" : false
  83. },
  84. /* SDK配置 */
  85. "sdkConfigs" : {
  86. "ad" : {},
  87. "share" : {
  88. "weixin" : {
  89. "appid" : "",
  90. "UniversalLinks" : ""
  91. }
  92. },
  93. "payment" : {
  94. "alipay" : {
  95. "__platform__" : [ "ios", "android" ]
  96. }
  97. }
  98. },
  99. "splashscreen" : {
  100. "androidStyle" : "default"
  101. },
  102. "icons" : {
  103. "android" : {
  104. "hdpi" : "unpackage/res/icons/72x72.png",
  105. "xhdpi" : "unpackage/res/icons/96x96.png",
  106. "xxhdpi" : "unpackage/res/icons/144x144.png",
  107. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  108. },
  109. "ios" : {
  110. "appstore" : "unpackage/res/icons/1024x1024.png",
  111. "ipad" : {
  112. "app" : "unpackage/res/icons/76x76.png",
  113. "app@2x" : "unpackage/res/icons/152x152.png",
  114. "notification" : "unpackage/res/icons/20x20.png",
  115. "notification@2x" : "unpackage/res/icons/40x40.png",
  116. "proapp@2x" : "unpackage/res/icons/167x167.png",
  117. "settings" : "unpackage/res/icons/29x29.png",
  118. "settings@2x" : "unpackage/res/icons/58x58.png",
  119. "spotlight" : "unpackage/res/icons/40x40.png",
  120. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  121. },
  122. "iphone" : {
  123. "app@2x" : "unpackage/res/icons/120x120.png",
  124. "app@3x" : "unpackage/res/icons/180x180.png",
  125. "notification@2x" : "unpackage/res/icons/40x40.png",
  126. "notification@3x" : "unpackage/res/icons/60x60.png",
  127. "settings@2x" : "unpackage/res/icons/58x58.png",
  128. "settings@3x" : "unpackage/res/icons/87x87.png",
  129. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  130. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  131. }
  132. }
  133. }
  134. }
  135. },
  136. /* 快应用特有相关 */
  137. "quickapp" : {},
  138. /* 小程序特有相关 */
  139. "mp-weixin" : {
  140. "appid" : "",
  141. "setting" : {
  142. "urlCheck" : false
  143. },
  144. "usingComponents" : true,
  145. "uniStatistics" : {
  146. "enable" : false
  147. }
  148. },
  149. "mp-alipay" : {
  150. "usingComponents" : true
  151. },
  152. "mp-baidu" : {
  153. "usingComponents" : true
  154. },
  155. "mp-toutiao" : {
  156. "usingComponents" : true
  157. },
  158. "uniStatistics" : {
  159. "enable" : false
  160. },
  161. "vueVersion" : "2"
  162. }