project.config.json 705 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. },
  13. "compileType": "miniprogram",
  14. "libVersion": "2.3.0",
  15. "appid": "wx8961a3e5512f307c",
  16. <<<<<<< HEAD
  17. "projectname": "reading",
  18. =======
  19. "projectname": "reader",
  20. >>>>>>> de802dd4433d732c96f728e75151744607a72c93
  21. "debugOptions": {
  22. "hidedInDevtools": []
  23. },
  24. "isGameTourist": false,
  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. }