From e1e1134a65de70baf8e5c8db50433015411e01e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E5=90=B9=E8=90=BD=E7=9A=84=E5=8F=B6=E5=AD=90?= Date: Fri, 11 Jul 2025 18:27:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20OshimaWebAPI/Services/Rain?= =?UTF-8?q?BOTService.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OshimaWebAPI/Services/RainBOTService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OshimaWebAPI/Services/RainBOTService.cs b/OshimaWebAPI/Services/RainBOTService.cs index 5bcbae0..81e3819 100644 --- a/OshimaWebAPI/Services/RainBOTService.cs +++ b/OshimaWebAPI/Services/RainBOTService.cs @@ -738,7 +738,7 @@ namespace Oshima.FunGame.WebAPI.Services if (e.Detail.StartsWith("确认自定义改名")) { e.UseNotice = false; - string detail = e.Detail.Replace("自定义改名", "").Trim(); + string detail = e.Detail.Replace("确认自定义改名", "").Trim(); string msg = Controller.ReName_Custom(uid, detail); if (msg != "") {