project.config.json 618 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false
  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": 0,
  28. "list": [
  29. {
  30. "name": "",
  31. "path": "",
  32. "query": "",
  33. "id": 0
  34. }
  35. ]
  36. }
  37. }
  38. }