manifest.json 897 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name" : "4.2.60",
  3. "appid" : "",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. "uniStatistics" : {
  9. "enable" : false
  10. },
  11. "app-plus" : {},
  12. "quickapp" : {},
  13. "mp-weixin" : {
  14. "appid" : "wx7881c559997a5d6d",
  15. "setting" : {
  16. "urlCheck" : false,
  17. "postcss" : false
  18. },
  19. "usingComponents" : true,
  20. "permission" : {
  21. "scope.userLocation" : {
  22. "desc" : "请求获取您的位置信息"
  23. }
  24. }
  25. },
  26. "mp-alipay" : {
  27. "usingComponents" : true
  28. },
  29. "mp-baidu" : {
  30. "appid" : "",
  31. "usingComponents" : true
  32. },
  33. "mp-toutiao" : {
  34. "appid" : "",
  35. "usingComponents" : true,
  36. "urlCheck" : false
  37. },
  38. "mp-qq" : {
  39. "usingComponents" : true
  40. }
  41. }