feat: 添加必须道具字段
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-07 10:40:04 +08:00
committed by cnb
parent 7bb0ef856a
commit 2dab20653f
2 changed files with 16 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ type Event struct {
//首发精灵判断Event
FirstSprites []int32 `gorm:"type:int[];comment:'首发精灵判断'" json:"first_sprites"`
MustTask []int32 `gorm:"type:int[];comment:'必须任务'" json:"must_task"`
MustItem []int32 `gorm:"type:int[];comment:'必须道具'" json:"must_item"`
}
// MapPit 地图坑位核心配置模型参照MonsterRefresh实现风格