From 712c080180b9e8511b4e1c26d707882a557b26c7 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 16 七月 2025 18:26:30 +0800
Subject: [PATCH] 前端

---
 small-program/unpackage/dist/dev/mp-weixin/project.config.json |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/project.config.json b/small-program/unpackage/dist/dev/mp-weixin/project.config.json
index b17ba4c..4a3b265 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/project.config.json
+++ b/small-program/unpackage/dist/dev/mp-weixin/project.config.json
@@ -1,7 +1,8 @@
 {
   "description": "椤圭洰閰嶇疆鏂囦欢銆�",
   "packOptions": {
-    "ignore": []
+    "ignore": [],
+    "include": []
   },
   "setting": {
     "urlCheck": false,
@@ -10,10 +11,14 @@
     "minified": true,
     "newFeature": true,
     "bigPackageSizeSupport": true,
-    "minifyWXML": true
+    "babelSetting": {
+      "ignore": [],
+      "disablePlugins": [],
+      "outputPath": ""
+    }
   },
   "compileType": "miniprogram",
-  "libVersion": "",
+  "libVersion": "3.8.11",
   "appid": "wxcd2b89fd2ff065f8",
   "projectname": "small-program",
   "condition": {
@@ -33,5 +38,9 @@
       "current": -1,
       "list": []
     }
+  },
+  "editorSetting": {
+    "tabIndent": "insertSpaces",
+    "tabSize": 2
   }
 }
\ No newline at end of file

--
Gitblit v1.9.3