project.private.config.json 676 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "setting": {},
  3. "condition": {
  4. "plugin": {
  5. "list": []
  6. },
  7. "game": {
  8. "list": []
  9. },
  10. "gamePlugin": {
  11. "list": []
  12. },
  13. "miniprogram": {
  14. "list": [
  15. {
  16. "name": "",
  17. "pathName": "pages/sorting/choice/choice",
  18. "query": "",
  19. "scene": null
  20. },
  21. {
  22. "name": "",
  23. "pathName": "pages/tabber/order/index",
  24. "query": "",
  25. "scene": null
  26. }
  27. ]
  28. }
  29. }
  30. }