合伙人运营小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

project.private.config.json 849B

123456789101112131415161718192021222324
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "projectname": "operation_wx",
  4. "setting": {
  5. "compileHotReLoad": true,
  6. "urlCheck": false,
  7. "lazyloadPlaceholderEnable": false,
  8. "bigPackageSizeSupport": true,
  9. "coverView": true,
  10. "skylineRenderEnable": false,
  11. "preloadBackgroundData": false,
  12. "autoAudits": false,
  13. "useApiHook": true,
  14. "useApiHostProcess": true,
  15. "showShadowRootInWxmlPanel": true,
  16. "useStaticServer": false,
  17. "useLanDebug": false,
  18. "showES6CompileOption": false,
  19. "checkInvalidKey": true,
  20. "ignoreDevUnusedFiles": false
  21. },
  22. "condition": {},
  23. "libVersion": "3.8.9"
  24. }