project.config.json 609 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. },
  13. "compileType": "miniprogram",
  14. "libVersion": "2.3.0",
  15. "appid": "wxd9a2b1d38b9046ef",
  16. "projectname": "reading",
  17. "debugOptions": {
  18. "hidedInDevtools": []
  19. },
  20. "isGameTourist": false,
  21. "condition": {
  22. "search": {
  23. "current": -1,
  24. "list": []
  25. },
  26. "conversation": {
  27. "current": -1,
  28. "list": []
  29. },
  30. "game": {
  31. "currentL": -1,
  32. "list": []
  33. },
  34. "miniprogram": {
  35. "current": -1,
  36. "list": []
  37. }
  38. }
  39. }