feat: 优化boss宠物名称显示格式
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user