project.private.config.json 549 B

1234567891011121314151617181920
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "compileHotReLoad": true,
  5. "urlCheck": true,
  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. "condition": {},
  19. "projectname": "nova-wapp"
  20. }