project.config.json 1014 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "autoAudits": false,
  13. "coverView": true,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false
  16. },
  17. "compileType": "miniprogram",
  18. "libVersion": "2.10.3",
  19. "appid": "wx73a2884ac24bad4d",
  20. "projectname": "miniprogram-2",
  21. "debugOptions": {
  22. "hidedInDevtools": []
  23. },
  24. "isGameTourist": false,
  25. "simulatorType": "wechat",
  26. "simulatorPluginLibVersion": {},
  27. "condition": {
  28. "search": {
  29. "current": -1,
  30. "list": []
  31. },
  32. "conversation": {
  33. "current": -1,
  34. "list": []
  35. },
  36. "plugin": {
  37. "current": -1,
  38. "list": []
  39. },
  40. "game": {
  41. "currentL": -1,
  42. "list": []
  43. },
  44. "gamePlugin": {
  45. "current": -1,
  46. "list": []
  47. },
  48. "miniprogram": {
  49. "current": -1,
  50. "list": [
  51. {
  52. "id": -1,
  53. "name": "pages/index/index",
  54. "pathName": "pages/index/index",
  55. "scene": null
  56. }
  57. ]
  58. }
  59. }
  60. }