manifest.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. {
  2. "name" : "家政学",
  3. "appid" : "__UNI__CB9D85D",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : 1,
  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. "Maps" : {}
  40. },
  41. /* 应用发布信息 */
  42. "distribute" : {
  43. /* 横竖屏设置 */
  44. "screenOrientation" : [ "portrait-primary", "landscape-primary" ],
  45. "distribute" : {
  46. "screenOrientation" : [ "portrait-primary", "landscape-primary" ]
  47. },
  48. /* android打包配置 */
  49. "android" : {
  50. "permissions" : [
  51. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  52. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  53. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  54. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  55. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  56. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  57. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  58. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  59. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  60. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  61. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  62. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  63. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  64. "<uses-feature android:name=\"android.hardware.camera\"/>",
  65. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
  66. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>"
  67. ],
  68. "abiFilters" : [ "arm64-v8a" ],
  69. "minSdkVersion" : 24,
  70. "targetSdkVersion" : 28
  71. },
  72. /* ios打包配置 */
  73. "ios" : {
  74. "dSYMs" : false
  75. },
  76. /* SDK配置 */
  77. "sdkConfigs" : {
  78. "oauth" : {},
  79. "payment" : {
  80. "alipay" : {
  81. "__platform__" : [ "ios", "android" ]
  82. }
  83. },
  84. "maps" : {
  85. "tencent" : {
  86. "key" : "VLOBZ-Q7XWB-YR4UP-NO4PH-EM7FS-G3BLR"
  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. "mode" : "history"
  156. },
  157. "title" : "北京诚祥",
  158. "template" : "template.h5.html",
  159. "sdkConfigs" : {
  160. "maps" : {
  161. "qqmap" : {
  162. "key" : "VLOBZ-Q7XWB-YR4UP-NO4PH-EM7FS-G3BLR"
  163. },
  164. "tencent" : {
  165. "key" : "VLOBZ-Q7XWB-YR4UP-NO4PH-EM7FS-G3BLR"
  166. }
  167. }
  168. }
  169. },
  170. "fallbackLocale" : "zh-Hans"
  171. }