From 0f2fdf16f47bd2d1d8fee86449c3a5095ccc8c23 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 21 十月 2022 18:32:04 +0800
Subject: [PATCH] 首发版本 2022.10.21
---
project.config.json | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/project.config.json b/project.config.json
index 4086af7..6975eb0 100644
--- a/project.config.json
+++ b/project.config.json
@@ -43,13 +43,14 @@
"disableUseStrict": false,
"showES6CompileOption": false,
"useCompilerPlugins": false,
- "ignoreUploadUnusedFiles": true,
+ "ignoreUploadUnusedFiles": false,
"useStaticServer": true,
- "minifyWXML": true
+ "minifyWXML": true,
+ "ignoreDevUnusedFiles": false
},
"compileType": "miniprogram",
- "libVersion": "2.25.2",
- "appid": "wxffd1438dd373fcf6",
+ "libVersion": "2.26.0",
+ "appid": "wx5758efcebb0774de",
"projectname": "ep-law-abiding",
"editorSetting": {
"tabIndent": "insertSpaces",
--
Gitblit v1.9.3