project.config.json 723 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "autoAudits": false
  10. },
  11. "compileType": "miniprogram",
  12. "libVersion": "2.13.1",
  13. "appid": "wx6e03e5ada030b1aa",
  14. "projectname": "充电桩",
  15. "isGameTourist": false,
  16. "simulatorType": "wechat",
  17. "simulatorPluginLibVersion": {},
  18. "condition": {
  19. "search": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "conversation": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "plugin": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "game": {
  32. "currentL": -1,
  33. "list": []
  34. },
  35. "gamePlugin": {
  36. "current": -1,
  37. "list": []
  38. },
  39. "miniprogram": {
  40. "current": -1,
  41. "list": []
  42. }
  43. }
  44. }