manifest.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "name" : "家政学",
  3. "appid" : "__UNI__CB9D85D",
  4. "description" : "",
  5. "versionName" : "1.0.4",
  6. "versionCode" : 4,
  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. "Camera" : {},
  36. "Maps" : {}
  37. },
  38. /* 应用发布信息 */
  39. "distribute" : {
  40. /* 横竖屏设置 */
  41. "screenOrientation" : [ "portrait-primary", "landscape-primary" ],
  42. "distribute" : {
  43. "screenOrientation" : [ "portrait-primary", "landscape-primary" ]
  44. },
  45. /* android打包配置 */
  46. "android" : {
  47. "permissions" : [
  48. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  49. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  50. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  51. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  52. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  53. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  54. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  55. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  56. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  57. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  58. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  59. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  60. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  61. "<uses-feature android:name=\"android.hardware.camera\"/>",
  62. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
  63. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>"
  64. ],
  65. "abiFilters" : [ "arm64-v8a" ],
  66. "minSdkVersion" : 24,
  67. "targetSdkVersion" : 28
  68. },
  69. /* ios打包配置 */
  70. "ios" : {
  71. "dSYMs" : false
  72. },
  73. /* SDK配置 */
  74. "sdkConfigs" : {
  75. "oauth" : {},
  76. "payment" : {
  77. "alipay" : {
  78. "__platform__" : [ "ios", "android" ]
  79. }
  80. },
  81. "maps" : {
  82. "tencent" : {
  83. "key" : "VLOBZ-Q7XWB-YR4UP-NO4PH-EM7FS-G3BLR"
  84. }
  85. }
  86. },
  87. "splashscreen" : {
  88. "androidStyle" : "common",
  89. "iosStyle" : "common"
  90. },
  91. "icons" : {
  92. "android" : {
  93. "hdpi" : "unpackage/res/icons/72x72.png",
  94. "xhdpi" : "unpackage/res/icons/96x96.png",
  95. "xxhdpi" : "unpackage/res/icons/144x144.png",
  96. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  97. },
  98. "ios" : {
  99. "appstore" : "unpackage/res/icons/1024x1024.png",
  100. "ipad" : {
  101. "app" : "unpackage/res/icons/76x76.png",
  102. "app@2x" : "unpackage/res/icons/152x152.png",
  103. "notification" : "unpackage/res/icons/20x20.png",
  104. "notification@2x" : "unpackage/res/icons/40x40.png",
  105. "proapp@2x" : "unpackage/res/icons/167x167.png",
  106. "settings" : "unpackage/res/icons/29x29.png",
  107. "settings@2x" : "unpackage/res/icons/58x58.png",
  108. "spotlight" : "unpackage/res/icons/40x40.png",
  109. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  110. },
  111. "iphone" : {
  112. "app@2x" : "unpackage/res/icons/120x120.png",
  113. "app@3x" : "unpackage/res/icons/180x180.png",
  114. "notification@2x" : "unpackage/res/icons/40x40.png",
  115. "notification@3x" : "unpackage/res/icons/60x60.png",
  116. "settings@2x" : "unpackage/res/icons/58x58.png",
  117. "settings@3x" : "unpackage/res/icons/87x87.png",
  118. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  119. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  120. }
  121. }
  122. }
  123. }
  124. },
  125. /* 快应用特有相关 */
  126. "quickapp" : {},
  127. /* 小程序特有相关 */
  128. "mp-weixin" : {
  129. "appid" : "wx3a4f7c01eb080d14",
  130. "setting" : {
  131. "urlCheck" : false
  132. },
  133. "usingComponents" : true
  134. },
  135. "mp-alipay" : {
  136. "usingComponents" : true
  137. },
  138. "mp-baidu" : {
  139. "usingComponents" : true
  140. },
  141. "mp-toutiao" : {
  142. "usingComponents" : true
  143. },
  144. "uniStatistics" : {
  145. "enable" : false
  146. },
  147. "vueVersion" : "3",
  148. "h5" : {
  149. "router" : {
  150. "base" : "/mdist",
  151. "mode" : "history"
  152. },
  153. "title" : "北京诚祥",
  154. "template" : "template.h5.html",
  155. "sdkConfigs" : {
  156. "maps" : {
  157. "qqmap" : {
  158. "key" : "VLOBZ-Q7XWB-YR4UP-NO4PH-EM7FS-G3BLR"
  159. },
  160. "tencent" : {
  161. "key" : "VLOBZ-Q7XWB-YR4UP-NO4PH-EM7FS-G3BLR"
  162. }
  163. }
  164. }
  165. },
  166. "fallbackLocale" : "zh-Hans"
  167. }