project.config.json 512 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true
  8. },
  9. "compileType": "miniprogram",
  10. "libVersion": "",
  11. "appid": "touristappid",
  12. "projectname": "基础项目",
  13. "condition": {
  14. "search": {
  15. "current": -1,
  16. "list": []
  17. },
  18. "conversation": {
  19. "current": -1,
  20. "list": []
  21. },
  22. "game": {
  23. "current": -1,
  24. "list": []
  25. },
  26. "miniprogram": {
  27. "current": -1,
  28. "list": []
  29. }
  30. }
  31. }