From b45a01a8bee4a9bff5f9c248ead301b8675d1099 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 28 十月 2022 17:22:35 +0800
Subject: [PATCH] 2022.10.28

---
 project.config.json |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/project.config.json b/project.config.json
index eec38e8..6975eb0 100644
--- a/project.config.json
+++ b/project.config.json
@@ -22,7 +22,7 @@
     "checkSiteMap": true,
     "uploadWithSourceMap": true,
     "compileHotReLoad": false,
-    "useMultiFrameRuntime": false,
+    "useMultiFrameRuntime": true,
     "useApiHook": true,
     "babelSetting": {
       "ignore": [],
@@ -43,12 +43,14 @@
     "disableUseStrict": false,
     "showES6CompileOption": false,
     "useCompilerPlugins": false,
-    "ignoreUploadUnusedFiles": true,
-    "useStaticServer": true
+    "ignoreUploadUnusedFiles": false,
+    "useStaticServer": true,
+    "minifyWXML": true,
+    "ignoreDevUnusedFiles": false
   },
   "compileType": "miniprogram",
-  "libVersion": "2.21.3",
-  "appid": "wxffd1438dd373fcf6",
+  "libVersion": "2.26.0",
+  "appid": "wx5758efcebb0774de",
   "projectname": "ep-law-abiding",
   "editorSetting": {
     "tabIndent": "insertSpaces",

--
Gitblit v1.9.3