From 9465dc404f7e7cd56100e4859ee0946a3fef7b09 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 05 三月 2026 11:14:40 +0800
Subject: [PATCH] 去除视频界面,以通过审核

---
 project.config.json |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/project.config.json b/project.config.json
index dd79fcc..348ecc1 100644
--- a/project.config.json
+++ b/project.config.json
@@ -1,9 +1,5 @@
 {
   "description": "椤圭洰閰嶇疆鏂囦欢锛岃瑙佹枃妗o細https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
-  "packOptions": {
-    "ignore": [],
-    "include": []
-  },
   "setting": {
     "urlCheck": false,
     "es6": true,
@@ -22,8 +18,7 @@
     "checkSiteMap": true,
     "uploadWithSourceMap": true,
     "compileHotReLoad": false,
-    "useMultiFrameRuntime": false,
-    "useApiHook": true,
+    "useMultiFrameRuntime": true,
     "babelSetting": {
       "ignore": [],
       "disablePlugins": [],
@@ -35,7 +30,6 @@
     "userConfirmedUseCompilerModuleSwitch": false,
     "packNpmManually": false,
     "packNpmRelationList": [],
-    "useApiHostProcess": true,
     "enableEngineNative": false,
     "userConfirmedBundleSwitch": false,
     "minifyWXSS": true,
@@ -43,19 +37,23 @@
     "disableUseStrict": false,
     "showES6CompileOption": false,
     "useCompilerPlugins": false,
-    "ignoreUploadUnusedFiles": true,
+    "ignoreUploadUnusedFiles": false,
     "useStaticServer": true,
-    "minifyWXML": true
+    "minifyWXML": true,
+    "ignoreDevUnusedFiles": false,
+    "condition": false
   },
   "compileType": "miniprogram",
-  "libVersion": "2.25.2",
-  "appid": "wxffd1438dd373fcf6",
-  "projectname": "ep-law-abiding",
   "editorSetting": {
     "tabIndent": "insertSpaces",
     "tabSize": 2
   },
   "simulatorType": "wechat",
   "simulatorPluginLibVersion": {},
-  "condition": {}
+  "condition": {},
+  "packOptions": {
+    "ignore": [],
+    "include": []
+  },
+  "appid": "wx5758efcebb0774de"
 }
\ No newline at end of file

--
Gitblit v1.9.3