project.config.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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.6.6",
  12. "appid": "wx7b5ea6422847ea64",
  13. "projectname": "%E5%B0%8F%E5%AD%A6%E7%8E%8B%E8%80%85%E7%8F%AD",
  14. "simulatorType": "wechat",
  15. "simulatorPluginLibVersion": {},
  16. "condition": {
  17. "search": {
  18. "current": -1,
  19. "list": []
  20. },
  21. "conversation": {
  22. "current": -1,
  23. "list": []
  24. },
  25. "plugin": {
  26. "current": -1,
  27. "list": []
  28. },
  29. "game": {
  30. "current": -1,
  31. "list": []
  32. },
  33. "miniprogram": {
  34. "current": -1,
  35. "list": [
  36. {
  37. "id": 0,
  38. "name": "数学",
  39. "pathName": "pages/mathematics/mathematics",
  40. "query": "ind=3",
  41. "scene": "1011"
  42. },
  43. {
  44. "id": 1,
  45. "name": "语文",
  46. "pathName": "pages/language/language",
  47. "query": "ind=2",
  48. "scene": "1011"
  49. },
  50. {
  51. "id": -1,
  52. "name": "中文",
  53. "pathName": "pages/chinese/chinese",
  54. "query": "ind=4",
  55. "scene": "1011"
  56. },
  57. {
  58. "id": -1,
  59. "name": "英语",
  60. "pathName": "pages/english/english",
  61. "query": "ind=5",
  62. "scene": "1011"
  63. },
  64. {
  65. "id": -1,
  66. "name": "科学",
  67. "pathName": "pages/science/science",
  68. "query": "ind=6",
  69. "scene": "1011"
  70. },
  71. {
  72. "id": -1,
  73. "name": "艺术",
  74. "pathName": "pages/art/art",
  75. "query": "ind=7",
  76. "scene": "1011"
  77. },
  78. {
  79. "id": -1,
  80. "name": "义方快乐学堂",
  81. "pathName": "pages/index/index",
  82. "query": "grade=2"
  83. },
  84. {
  85. "id": 7,
  86. "name": "分享",
  87. "pathName": "pages/transmit/transmit",
  88. "query": "shareKey=1527671780483633&ind=7",
  89. "scene": "1011"
  90. }
  91. ]
  92. }
  93. }
  94. }