project.config.json 554 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "postcss": false
  9. },
  10. "compileType": "miniprogram",
  11. "libVersion": "2.9.2",
  12. "appid": "wx4d4838ebec29b8c4",
  13. "projectname": "附近养车网",
  14. "simulatorType": "wechat",
  15. "simulatorPluginLibVersion": {},
  16. "condition": {
  17. "search": {
  18. "current": -1,
  19. "list": []
  20. },
  21. "conversation": {
  22. "current": -1,
  23. "list": []
  24. },
  25. "game": {
  26. "current": -1,
  27. "list": []
  28. },
  29. "miniprogram": {
  30. "current": -1,
  31. "list": []
  32. }
  33. }
  34. }