From 569c25b044010f8f4e1633d08fd35eab12e7b52b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=88=E6=A3=AE=E5=90=B4?= <8402134@qq.com> Date: Tue, 20 Dec 2022 17:55:25 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=AE=8C=E5=96=84=E6=B7=98=E5=AE=9D=E8=AF=86?= =?UTF-8?q?=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 类库/Api.Framework/Tools/TBHelper.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/类库/Api.Framework/Tools/TBHelper.cs b/类库/Api.Framework/Tools/TBHelper.cs index cbafd90..5767daf 100644 --- a/类库/Api.Framework/Tools/TBHelper.cs +++ b/类库/Api.Framework/Tools/TBHelper.cs @@ -1000,6 +1000,10 @@ namespace Api.Framework.Tools // } //} + if (_mess.Contains("分享给你")) + { + tklTmps.Add(_mess); + } tklTmps = tklTmps.Distinct().ToList(); //if (tklTmps != null && tklTmps.Count != 0)