project.private.config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  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": "秒过跳转",
  27. "pathName": "pages/index/index",
  28. "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",
  29. "scene": null,
  30. "launchMode": "default"
  31. }
  32. ]
  33. }
  34. }
  35. }