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

---
 ecloud_dify.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ecloud_dify.spec b/ecloud_dify.spec
index 528fbd5..a2ac334 100644
--- a/ecloud_dify.spec
+++ b/ecloud_dify.spec
@@ -11,7 +11,6 @@
 
 # 娣诲姞閰嶇疆鏂囦欢
 datas.append(('config.example.json', '.'))
-datas.append(('config.production.json', '.'))
 if os.path.exists('config.json'):
     datas.append(('config.json', '.'))
 

--
Gitblit v1.9.1