project.config.json 453 B

12345678910111213141516171819202122232425262728
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true
  9. },
  10. "compileType": "miniprogram",
  11. "libVersion": "1.6.4",
  12. "appid": "wxe312e870ce0d4640",
  13. "projectname": "Locally",
  14. "condition": {
  15. "search": {
  16. "current": -1,
  17. "list": []
  18. },
  19. "conversation": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "miniprogram": {
  24. "current": -1,
  25. "list": []
  26. }
  27. }
  28. }