feat: 优化boss宠物名称显示格式
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-24 03:07:27 +08:00
committed by cnb
parent 75de7bd557
commit d3d0ead712

View File

@@ -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) {