From 9e659dac942f014e2f3c0f38053fc6104bed2fde Mon Sep 17 00:00:00 2001 From: LyMysterious Date: Fri, 30 May 2025 12:06:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=8D=AF=E6=9D=90=E4=B8=8A=E6=9E=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=BC=95=E7=94=A8=E4=BB=BB=E6=84=8F?= =?UTF-8?q?=E5=8E=9F=E6=96=87=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs b/XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs index c9f1844..0d41f04 100644 --- a/XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs +++ b/XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs @@ -27,7 +27,7 @@ namespace RoBot.Start.Cmd chain.FirstOrDefault(e => e is MentionEntity) is MentionEntity mention && chain.FirstOrDefault(e => e is TextEntity) is TextEntity text) { - if (forward.TargetUin == (uint)systemConfig.XiaoXiaoQQ && mention.Uin == (uint)systemConfig.BotQQ && (text.Text.Contains("查上架") || text.Text.Contains("查价格"))) + if ((text.Text.Contains("查上架") || text.Text.Contains("查价格"))) { var list = forward.Chain.Where(o => o is TextEntity);