This commit is contained in:
milimoe 2026-05-06 01:50:02 +08:00
parent 9306de8b80
commit 7eb16e2651
Signed by: milimoe
GPG Key ID: 9554D37E4B8991D0

View File

@ -3991,7 +3991,7 @@ namespace Oshima.FunGame.WebAPI.Services
{ {
Markdown = new() Markdown = new()
{ {
Content = $"{subtitle}```\r\n{string.Join("\r\n", msgs)}\r\n```" Content = $"{subtitle}\r\n```\r\n{string.Join("\r\n", msgs)}\r\n```"
} }
}; };
} }