project.config.json 715 B

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