Jake 3 月之前
父节点
当前提交
3d0ff5ef32
共有 3 个文件被更改,包括 683 次插入8637 次删除
  1. 28 0
      packages/app/project.config.json
  2. 7 0
      packages/app/project.private.config.json
  3. 648 8637
      pnpm-lock.yaml

+ 28 - 0
packages/app/project.config.json

@@ -0,0 +1,28 @@
+{
+  "appid": "wx8442fac4f5f06bdd",
+  "compileType": "miniprogram",
+  "libVersion": "3.6.5",
+  "packOptions": {
+    "ignore": [],
+    "include": []
+  },
+  "setting": {
+    "coverView": true,
+    "es6": true,
+    "postcss": true,
+    "minified": true,
+    "enhance": true,
+    "showShadowRootInWxmlPanel": true,
+    "packNpmRelationList": [],
+    "babelSetting": {
+      "ignore": [],
+      "disablePlugins": [],
+      "outputPath": ""
+    }
+  },
+  "condition": {},
+  "editorSetting": {
+    "tabIndent": "insertSpaces",
+    "tabSize": 2
+  }
+}

+ 7 - 0
packages/app/project.private.config.json

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

文件差异内容过多而无法显示
+ 648 - 8637
pnpm-lock.yaml


部分文件因为文件数量过多而无法显示