project.config.json 737 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "description": "项目配置文件。",
  3. "miniprogramRoot": "miniprogram/",
  4. "cloudfunctionRoot": "cloudfunctions/",
  5. "packOptions": {
  6. "ignore": []
  7. },
  8. "setting": {
  9. "urlCheck": true,
  10. "es6": true,
  11. "postcss": true,
  12. "minified": true,
  13. "newFeature": true
  14. },
  15. "compileType": "miniprogram",
  16. "libVersion": "2.7.0",
  17. "appid": "wxe5f52902cf4de896",
  18. "projectname": "%E5%B0%8F%E7%A8%8B%E5%BA%8F%E7%A4%BA%E4%BE%8B",
  19. "isGameTourist": false,
  20. "simulatorType": "wechat",
  21. "simulatorPluginLibVersion": {},
  22. "condition": {
  23. "search": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "conversation": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "plugin": {
  32. "current": -1,
  33. "list": []
  34. },
  35. "game": {
  36. "currentL": -1,
  37. "list": []
  38. }
  39. }
  40. }