From 6ebeddfe87542e4b3abfbe1adeb9187204f63ba8 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 07 七月 2026 13:47:24 +0800
Subject: [PATCH] 新增功能
---
bicycle/unpackage/dist/dev/mp-weixin/project.config.json | 33 ++++++++++++++++++++++++++++++---
1 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/bicycle/unpackage/dist/dev/mp-weixin/project.config.json b/bicycle/unpackage/dist/dev/mp-weixin/project.config.json
index 8d96c25..420fa7e 100644
--- a/bicycle/unpackage/dist/dev/mp-weixin/project.config.json
+++ b/bicycle/unpackage/dist/dev/mp-weixin/project.config.json
@@ -1,9 +1,36 @@
{
+ "description": "椤圭洰閰嶇疆鏂囦欢銆�",
+ "packOptions": {
+ "ignore": []
+ },
"setting": {
- "condition": false,
- "enhance": true,
+ "urlCheck": false,
"es6": true,
+ "postcss": false,
"minified": true,
- "ignoreUploadUnusedFiles": true
+ "newFeature": true,
+ "bigPackageSizeSupport": true
+ },
+ "compileType": "miniprogram",
+ "libVersion": "",
+ "appid": "wxcd2b89fd2ff065f8",
+ "projectname": "bicycle",
+ "condition": {
+ "search": {
+ "current": -1,
+ "list": []
+ },
+ "conversation": {
+ "current": -1,
+ "list": []
+ },
+ "game": {
+ "current": -1,
+ "list": []
+ },
+ "miniprogram": {
+ "current": -1,
+ "list": []
+ }
}
}
\ No newline at end of file
--
Gitblit v1.9.3