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

This commit is contained in:
昔念
2026-04-22 00:39:41 +08:00
parent b59beed45f
commit a6386daad8
11 changed files with 90 additions and 67 deletions

View File

@@ -115,6 +115,10 @@ var ErrorCodes = enum.New[struct {
ErrPokemonLevelTooLow ErrorCode `enum:"13007"`
// 不能展示背包里的精灵!
ErrCannotShowBagPokemon ErrorCode `enum:"13017"`
// 基地展示精灵数量已达上限!
ErrRoomShowPetLimit ErrorCode `enum:"13019"`
// 该精灵不在仓库中,无法设为基地展示!
ErrPetNotInWarehouse ErrorCode `enum:"13021"`
// 你今天已经被吃掉过一回了,明天再来吧!
ErrAlreadyEatenToday ErrorCode `enum:"17018"`
// 该道具已经在使用中,无法重复使用。