manifest.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "name" : "EveryLike",
  3. "appid" : "",
  4. "description" : "",
  5. "versionName" : "1.9.7",
  6. "versionCode" : 10907,
  7. "uni-app-x" : {},
  8. "vueVersion" : "3",
  9. "mp-weixin" : {
  10. "darkmode" : true,
  11. "appid" : "",
  12. "setting" : {
  13. "urlCheck" : false
  14. },
  15. "usingComponents" : true,
  16. "resizable" : true,
  17. "frameset" : true,
  18. "libVersion" : "3.7.1",
  19. "requiredPrivateInfos" : [ "getLocation", "onLocationChange", "startLocationUpdateBackground" ],
  20. "permission" : {
  21. "scope.userLocation" : {
  22. "desc" : "你的位置信息将用于小程序位置接口的效果展示"
  23. }
  24. },
  25. "unipush" : {
  26. "enable" : true
  27. }
  28. },
  29. "app" : {
  30. "distribute" : {
  31. "modules" : {
  32. "uni-payment" : {
  33. "alipay" : {},
  34. "wxpay" : {
  35. "android" : {},
  36. "ios" : {
  37. "appid" : "",
  38. "universalLink" : ""
  39. }
  40. }
  41. },
  42. "uni-location" : {
  43. "system" : {},
  44. "tencent" : {}
  45. },
  46. "uni-ad" : {
  47. "gdt" : {}
  48. },
  49. "uni-push" : {},
  50. "uni-map" : {
  51. "tencent" : {}
  52. }
  53. },
  54. "icons" : {
  55. "ios" : {
  56. "appstore" : "package/icon1024.png"
  57. },
  58. "android" : {
  59. "xxhdpi" : "package/icon144.png",
  60. "xxxhdpi" : "package/icon192.png"
  61. }
  62. }
  63. }
  64. },
  65. "app-harmony" : {
  66. "distribute" : {
  67. "bundleName" : "io.dcloud.uniappx",
  68. "modules" : {
  69. "uni-payment" : {
  70. "alipay" : {},
  71. "wxpay" : {}
  72. },
  73. "uni-location" : {
  74. "system" : {}
  75. },
  76. "uni-push" : {},
  77. "uni-map" : {
  78. "tencent" : {}
  79. },
  80. "uni-verify" : {},
  81. "uni-facialVerify" : {},
  82. "uni-oauth" : {
  83. "huawei" : {}
  84. }
  85. },
  86. "icons" : {
  87. "foreground" : "package/D-1024.png",
  88. "background" : "package/background-white.png"
  89. },
  90. "splashScreens" : {
  91. "startWindowIcon" : "package/icon256.png"
  92. }
  93. }
  94. },
  95. "web" : {
  96. "darkmode" : true,
  97. "router" : {
  98. "base" : "/web/",
  99. "mode" : ""
  100. },
  101. "sdkConfigs" : {
  102. "maps" : {
  103. "tencent" : {
  104. "key" : ""
  105. }
  106. }
  107. },
  108. "unipush" : {
  109. "enable" : true
  110. }
  111. }
  112. }