manifest.json 970 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name" : "football",
  3. "appid" : "__UNI__A2B096F",
  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" : "wxa6d3f8efdc58ff7e",
  15. "setting" : {
  16. "urlCheck" : false,
  17. "postcss" : false,
  18. "minified" : true,
  19. "es6" : true
  20. },
  21. "usingComponents" : true,
  22. "permission" : {
  23. "scope.userLocation" : {
  24. "desc" : "请求获取您的位置信息"
  25. }
  26. }
  27. },
  28. "mp-alipay" : {
  29. "usingComponents" : true
  30. },
  31. "mp-baidu" : {
  32. "appid" : "",
  33. "usingComponents" : true
  34. },
  35. "mp-toutiao" : {
  36. "appid" : "",
  37. "usingComponents" : true,
  38. "urlCheck" : false
  39. },
  40. "mp-qq" : {
  41. "usingComponents" : true
  42. }
  43. }