Browse Source

Revert "chore: 忽略私有配置文件变更"

This reverts commit ab6ffd3722057c2c0508fa8d03b004be6b97a2ff.
zhangyuhan 1 năm trước cách đây
mục cha
commit
728bfcfb63
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      project.private.config.json

+ 8 - 0
project.private.config.json

@@ -0,0 +1,8 @@
+{
+  "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
+  "projectname": "jy-wx-mini2",
+  "setting": {
+    "compileHotReLoad": false,
+    "urlCheck": false
+  }
+}