project.config.json 843 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "preloadBackgroundData": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "autoAudits": false,
  14. "coverView": true,
  15. "showShadowRootInWxmlPanel": true,
  16. "scopeDataCheck": false,
  17. "useCompilerModule": false
  18. },
  19. "compileType": "miniprogram",
  20. "libVersion": "2.14.0",
  21. "appid": "wxefb72c1e5fb5add2",
  22. "projectname": "zkyxcx",
  23. "debugOptions": {
  24. "hidedInDevtools": []
  25. },
  26. "isGameTourist": false,
  27. "simulatorType": "wechat",
  28. "simulatorPluginLibVersion": {},
  29. "condition": {
  30. "search": {
  31. "current": -1,
  32. "list": []
  33. },
  34. "conversation": {
  35. "current": -1,
  36. "list": []
  37. },
  38. "game": {
  39. "currentL": -1,
  40. "list": []
  41. },
  42. "miniprogram": {
  43. "current": -1,
  44. "list": []
  45. }
  46. }
  47. }