project.config.json 586 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true
  12. },
  13. "compileType": "miniprogram",
  14. "libVersion": "2.3.0",
  15. "appid": "wxd03e9b0848beb6a7",
  16. "projectname": "%E5%B9%B4%E5%A4%9C%E9%A5%AD",
  17. "isGameTourist": false,
  18. "condition": {
  19. "search": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "conversation": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "game": {
  28. "currentL": -1,
  29. "list": []
  30. },
  31. "miniprogram": {
  32. "current": -1,
  33. "list": []
  34. }
  35. }
  36. }