project.private.config.json 485 B

12345678910111213141516171819202122232425
  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": "pages/index/index",
  17. "pathName": "pages/index/index",
  18. "query": "mpAppId=wx91208c6c8651a97d&mpOpenId=oNiRk1szsoBy-531ll6bijBF7FYY&mpName=脑瓜崩悦读",
  19. "scene": null,
  20. "launchMode": "default"
  21. }
  22. ]
  23. }
  24. }
  25. }