```
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

feat(player): 添加称号重复检查逻辑

防止玩家重复获得相同称号,提升系统稳定性

fix(config): 修复boss配置相关代码问题

- 新增BossController的GetList接口
- 优化import语句顺序
- 修正PetBaseConfig中Desc字段为Remark字段
- 移除Tower配置中的TaskIds冗余字段
- 完善ShopConfig字段注释内容
```
This commit is contained in:
昔念
2026-02-23 12:39:57 +08:00
parent 4fff047c4c
commit 6b316b868c
6 changed files with 30 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ type PetBaseConfig struct {
SKill []uint32 `gorm:"type:jsonb;not null;default:'[]';comment:'BOSS技能'" json:"skill"`
Desc *string `gorm:"comment:'BOSS描述'" json:"desc"`
Remark string `gorm:"comment:'BOSS备注'" json:"remark"`
// ISMELEE uint32 `gorm:"not null;default:0;comment:'是否乱斗配置'" json:"is_melee"`
// // ===================== BOSS奖励规则Boss_bonus =====================