From d3d0ead712f22a24c787d8ecb34a7206c37d6586 Mon Sep 17 00:00:00 2001 From: xinian Date: Tue, 24 Mar 2026 03:07:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96boss=E5=AE=A0?= =?UTF-8?q?=E7=89=A9=E5=90=8D=E7=A7=B0=E6=98=BE=E7=A4=BA=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/config/controller/robot/boss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/controller/robot/boss.go b/modules/config/controller/robot/boss.go index 3a394392..03287b0d 100644 --- a/modules/config/controller/robot/boss.go +++ b/modules/config/controller/robot/boss.go @@ -23,7 +23,7 @@ func init() { if len(r) > 0 { var buf strings.Builder for _, v := range service.NewBossService().Get(r[0].BossIds[0]) { - buf.WriteString(xmlres.PetMAP[int(v.MonID)].DefName + "\n") + buf.WriteString("【" + xmlres.PetMAP[int(v.MonID)].DefName + "】" + "\n") for _, effs := range service.NewEffectService().Args(v.Effect) {