project.config.json 746 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": false,
  9. "postcss": false,
  10. "minified": false,
  11. "newFeature": true,
  12. "bigPackageSizeSupport": true
  13. },
  14. "compileType": "miniprogram",
  15. "libVersion": "",
  16. "appid": "touristappid",
  17. "projectname": "智能衣柜",
  18. "condition": {
  19. "search": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "conversation": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "game": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "miniprogram": {
  32. "current": 0,
  33. "list": [
  34. {
  35. "name": "",
  36. "path": "",
  37. "query": "",
  38. "id": 0
  39. }
  40. ]
  41. }
  42. }
  43. }