From f05a26bb7e036c3d09c84e295f1b77fdb8d9ba08 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 06 四月 2023 20:46:42 +0800
Subject: [PATCH] 修改定时

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

diff --git a/project.config.json b/project.config.json
index b455d55..6a7802d 100644
--- a/project.config.json
+++ b/project.config.json
@@ -16,12 +16,20 @@
         "minified": false,
         "enhance": true,
         "showShadowRootInWxmlPanel": false,
-        "packNpmRelationList": [],
+        "packNpmRelationList": [
+            {
+                "packageJsonPath": "./package.json",
+                "miniprogramNpmDistDir": "./miniprogram/"
+            }
+        ],
         "ignoreUploadUnusedFiles": true,
-        "es6": true
+        "es6": true,
+        "packNpmManually": true
     },
     "simulatorType": "wechat",
-    "simulatorPluginLibVersion": {},
+    "simulatorPluginLibVersion": {
+        "wxext14566970e7e9f62": "2.27.3"
+    },
     "condition": {},
     "srcMiniprogramRoot": "miniprogram/",
     "editorSetting": {
@@ -33,5 +41,5 @@
         "ignore": [],
         "include": []
     },
-    "appid": "wx15ee01704b3c9dd0"
+    "appid": "wxd7bb3a22cfb97aaa"
 }
\ No newline at end of file

--
Gitblit v1.8.0