From 2a6c5cc841cb7b335a9337b62bd2e6dfe99eecc3 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Sun, 08 Sep 2024 22:53:38 +0800
Subject: [PATCH] feat: 查看事件材料
---
gz-wxparty/project.private.config.json | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gz-wxparty/project.private.config.json b/gz-wxparty/project.private.config.json
index 9014e9d..4e654b3 100644
--- a/gz-wxparty/project.private.config.json
+++ b/gz-wxparty/project.private.config.json
@@ -1,8 +1,9 @@
{
- "projectname": "wx-party",
+ "projectname": "gz-wxparty",
"setting": {
"compileHotReLoad": true,
- "urlCheck": false
+ "urlCheck": false,
+ "bigPackageSizeSupport": true
},
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"libVersion": "2.24.2"
--
Gitblit v1.8.0