project.config.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true
  9. },
  10. "compileType": "miniprogram",
  11. "libVersion": "1.9.92",
  12. "appid": "wx9e3f68fa2172f1c7",
  13. "projectname": "daliangzao-zhuomian",
  14. "condition": {
  15. "search": {
  16. "current": -1,
  17. "list": []
  18. },
  19. "conversation": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "plugin": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "game": {
  28. "list": []
  29. },
  30. "miniprogram": {
  31. "current": 5,
  32. "list": [
  33. {
  34. "id": 0,
  35. "name": "定制",
  36. "pathName": "customized/pages/index/index",
  37. "query": ""
  38. },
  39. {
  40. "id": 1,
  41. "name": "made",
  42. "pathName": "customized/pages/made/made",
  43. "query": ""
  44. },
  45. {
  46. "id": 2,
  47. "name": "定制img",
  48. "pathName": "customized/pages/made/madeImg/madeImg",
  49. "query": ""
  50. },
  51. {
  52. "id": 3,
  53. "name": "定制文字",
  54. "pathName": "customized/pages/made/madeFont/madeFont",
  55. "query": ""
  56. },
  57. {
  58. "id": 4,
  59. "name": "合成",
  60. "pathName": "customized/pages/made/combination/combination",
  61. "query": ""
  62. },
  63. {
  64. "id": -1,
  65. "name": "canvas",
  66. "pathName": "customized/pages/canvas/canvas",
  67. "query": ""
  68. }
  69. ]
  70. }
  71. }
  72. }