project.private.config.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "projectname": "语境背单词",
  4. "setting": {
  5. "compileHotReLoad": true,
  6. "urlCheck": false,
  7. "coverView": true,
  8. "lazyloadPlaceholderEnable": false,
  9. "preloadBackgroundData": false,
  10. "autoAudits": false,
  11. "useApiHook": true,
  12. "useApiHostProcess": true,
  13. "showShadowRootInWxmlPanel": true,
  14. "useStaticServer": false,
  15. "useLanDebug": false,
  16. "showES6CompileOption": false,
  17. "bigPackageSizeSupport": false,
  18. "checkInvalidKey": true,
  19. "ignoreDevUnusedFiles": true
  20. },
  21. "libVersion": "3.8.11",
  22. "condition": {
  23. "miniprogram": {
  24. "list": [
  25. {
  26. "name": "packageReader/main/index",
  27. "pathName": "packageReader/main/index",
  28. "query": "",
  29. "scene": null,
  30. "launchMode": "default"
  31. },
  32. {
  33. "name": "pages/main/product",
  34. "pathName": "pages/main/product",
  35. "query": "",
  36. "launchMode": "default",
  37. "scene": null
  38. },
  39. {
  40. "name": "文章跳转",
  41. "pathName": "pages/index/index",
  42. "query": "goto=article&ID=1",
  43. "launchMode": "default",
  44. "scene": null
  45. },
  46. {
  47. "name": "秒过跳转",
  48. "pathName": "pages/index/index",
  49. "query": "goto=selectword&Words=notion,pronounce,arbitrary,flourish,rack,sponge,tap,distinct,aggravate,authorize,designate,diffuse,discrete,discrepancy,distil,drastic,elapse,entity,epoch,exempt,exemplify,explicit,exposition,intact,intrigue,irrigation,irritate,jerk,necessitate,negligible,nickel,nominal,norm,notation,notorious,revise,stoop,thrust,adverse,give,off,cavity,ceramic,cereal,crow,cumulative,deviate,embed,engagement,enlighten,installment",
  50. "launchMode": "default",
  51. "scene": null
  52. }
  53. ]
  54. }
  55. }
  56. }