From bbd9c436f23f5fdbe712c4a22d90b457066bdf38 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 17 七月 2025 19:25:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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