project.private.config.json 831 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "compileHotReLoad": false,
  5. "urlCheck": false,
  6. "preloadBackgroundData": false
  7. },
  8. "game": {
  9. "list": []
  10. },
  11. "gamePlugin": {
  12. "list": []
  13. },
  14. "miniprogram": {
  15. "list": []
  16. },
  17. "libVersion": "2.27.3",
  18. "projectname": "nova-wapp",
  19. "condition": {
  20. "miniprogram": {
  21. "list": [
  22. {
  23. "name": "nova-werun/pages/home/statistics/index",
  24. "pathName": "nova-werun/pages/home/statistics/index",
  25. "query": "",
  26. "launchMode": "default",
  27. "scene": null
  28. }
  29. ]
  30. }
  31. }
  32. }