manifest.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name" : "闪电",
  3. "appid" : "__UNI__B0A0BC2",
  4. "description" : "",
  5. "versionName" : "4.2.7",
  6. "versionCode" : 4000270,
  7. "transformPx" : false,
  8. "permission" : {
  9. "scope.userLocation" : {
  10. "desc" : "你的位置信息将用于地图的效果展示"
  11. }
  12. },
  13. /* SDK配置 */
  14. "quickapp" : {},
  15. /* 快应用特有相关 */
  16. "mp-weixin" : {
  17. /* 小程序特有相关 */
  18. "usingComponents" : {},
  19. "appid" : "wx66a19ee384891552",
  20. "setting" : {
  21. "urlCheck" : false,
  22. "minified" : true,
  23. "postcss" : false,
  24. "es6" : true
  25. },
  26. "permission" : {
  27. "scope.userLocation" : {
  28. "desc" : "位置信息将用于地图的效果展示"
  29. }
  30. },
  31. "requiredPrivateInfos" : [ "getLocation" ],
  32. "plugins" : {},
  33. /* 夜间模式 */
  34. "darkmode" : true,
  35. "themeLocation" : "theme.json"
  36. },
  37. "mp-alipay" : {
  38. "appid" : "2021004128601128",
  39. "usingComponents" : true,
  40. "component2" : true,
  41. "darkmode" : true,
  42. "themeLocation" : "theme.json"
  43. }
  44. }