From 54435886013ce509f38e7edc4babb844d1ad0f65 Mon Sep 17 00:00:00 2001 From: LyMysterious Date: Sat, 31 May 2025 11:47:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=82=AC=E8=B5=8F=E4=BB=A4=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AE=8C=E6=88=90=E5=87=A0=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XiaoXiaoRoBot/Cmd/WantedPriceCmd.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XiaoXiaoRoBot/Cmd/WantedPriceCmd.cs b/XiaoXiaoRoBot/Cmd/WantedPriceCmd.cs index ff80688..999962d 100644 --- a/XiaoXiaoRoBot/Cmd/WantedPriceCmd.cs +++ b/XiaoXiaoRoBot/Cmd/WantedPriceCmd.cs @@ -46,7 +46,7 @@ namespace RoBot.Start.Cmd foreach (var want in wantedTasks) { msg += $"✨悬赏令 {want.Id} 奖励:{want.ExtraReward.Item}\r\n"; - msg += $"🎁修为:{Utils.FormatNumberToChineseUnit(want.BaseReward)}\r\n"; + msg += $"🎁修为:{Utils.FormatNumberToChineseUnit(want.BaseReward)} ({want.SuccessRate})\r\n"; var goodsInfo = RedisHelper.Client.HGet(RedisPrefix.GoodsKey, want.ExtraReward.Item); if (goodsInfo is not null) {