From 7f48ad7939773a9bc02aad98dbc5e11a35d132e1 Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期二, 19 八月 2025 15:42:32 +0800
Subject: [PATCH] 更新项目配置,启用URL检查功能;修改监测页面状态管理逻辑,优化在线状态的判断方式,提升用户体验和代码可读性。

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

diff --git a/project.config.json b/project.config.json
index 7a61a12..f46c9a2 100644
--- a/project.config.json
+++ b/project.config.json
@@ -17,12 +17,13 @@
       "ignore": [],
       "disablePlugins": [],
       "outputPath": ""
-    }
+    },
+    "condition": true
   },
   "condition": {},
   "editorSetting": {
     "tabIndent": "auto",
     "tabSize": 2
   },
-  "appid": "wx022cdcb93e578771"
+  "appid": "wxbc2b6a00dd904ead"
 }
\ No newline at end of file

--
Gitblit v1.8.0