From f28ac0166536a2a4b68cac685a41ea667f60f7e9 Mon Sep 17 00:00:00 2001
From: yj <2077506045@qq.com>
Date: 星期三, 03 九月 2025 14:43:03 +0800
Subject: [PATCH] 兼容企业微信

---
 config.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config.py b/config.py
index 7942292..79c1456 100644
--- a/config.py
+++ b/config.py
@@ -118,6 +118,9 @@
 
         # 缁撴潫瀛楃涓查厤缃�
         self.end_str_list = config_data.get("end_str_list", [])
+        
+        # 娴嬭瘯缇ょ粍鍏抽敭瀛楅厤缃�
+        self.test_group_keywords = config_data.get("test_group_keywords", [])
 
     def update_ecloud_w_id(self, new_w_id: str) -> bool:
         """

--
Gitblit v1.9.1