增加 对选住推送日志的监控

本质上就是自己用mongodb记录一下日志。
This commit is contained in:
2026-01-05 16:08:54 +08:00
parent 7c7386d9eb
commit b746a1da1a
12 changed files with 706 additions and 180 deletions

View File

@@ -882,7 +882,7 @@ namespace BLWLogServer.Controllers
var font = workbook.CreateFont();
font.FontName = "Arial";
font.FontHeightInPoints = 11;
font.Boldweight = (short)FontBoldWeight.Bold;
font.IsBold = true;
font.Color = IndexedColors.White.Index;
style.SetFont(font);