project.private.config.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "compileHotReLoad": false,
  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. "projectname": "nova-wapp",
  19. "condition": {
  20. "plugin": {
  21. "list": []
  22. },
  23. "game": {
  24. "list": []
  25. },
  26. "gamePlugin": {
  27. "list": []
  28. },
  29. "miniprogram": {
  30. "list": [
  31. {
  32. "name": "发送朋友圈",
  33. "pathName": "nova-werun/pages/circle/send-circle/index",
  34. "query": "",
  35. "scene": null
  36. },
  37. {
  38. "name": "打卡签到",
  39. "pathName": "nova-werun/pages/home/signin/index",
  40. "query": "",
  41. "scene": null
  42. },
  43. {
  44. "name": "排行榜",
  45. "pathName": "nova-werun/pages/home/ranking/index",
  46. "query": "",
  47. "scene": null
  48. },
  49. {
  50. "name": "分享",
  51. "pathName": "nova-werun/pages/home/share/index",
  52. "query": "",
  53. "scene": null
  54. },
  55. {
  56. "name": "我的勋章",
  57. "pathName": "nova-werun/pages/home/medal/index",
  58. "query": "",
  59. "scene": null
  60. },
  61. {
  62. "name": "运动",
  63. "pathName": "nova-werun/pages/home/sport/sport-home/index",
  64. "query": "",
  65. "scene": null
  66. },
  67. {
  68. "name": "运动开始",
  69. "pathName": "nova-werun/pages/home/sport/sport-start/index",
  70. "query": "",
  71. "scene": null
  72. },
  73. {
  74. "name": "我的统计",
  75. "pathName": "nova-werun/pages/home/statistics/index",
  76. "query": "",
  77. "scene": null
  78. },
  79. {
  80. "name": "完善资料",
  81. "pathName": "nova-werun/pages/my/my-profile/index",
  82. "query": "",
  83. "scene": null
  84. }
  85. ]
  86. }
  87. }
  88. }