From 18c6d2b0dd77b38f487747aad1fcd1218aa8c356 Mon Sep 17 00:00:00 2001
From: yj <2077506045@qq.com>
Date: 星期三, 27 八月 2025 09:19:57 +0800
Subject: [PATCH] 1. 新增测试群组关键字,测试群组名称包含关键字,在其中发言一律不触发静默。

---
 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