project.config.json 744 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "description": "项目配置文件。",
  3. "miniprogramRoot": "./",
  4. "setting": {
  5. "urlCheck": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": false,
  9. "enhance": true,
  10. "useIsolateContext": true
  11. },
  12. "compileType": "game",
  13. "libVersion": "game",
  14. "appid": "",
  15. "projectname": "",
  16. "condition": {
  17. "search": {
  18. "current": -1,
  19. "list": []
  20. },
  21. "conversation": {
  22. "current": -1,
  23. "list": []
  24. },
  25. "game": {
  26. "currentL": -1,
  27. "list": [],
  28. "current": -1
  29. },
  30. "miniprogram": {
  31. "current": -1,
  32. "list": []
  33. }
  34. }
  35. }