图鉴优化

This commit is contained in:
hahwu 2025-03-27 16:56:12 +08:00
parent b496fe07c2
commit 4de86e2d61
2 changed files with 1743 additions and 1730 deletions

View File

@ -83,8 +83,12 @@ func (h *Handbook) BackData() *msg.Handbook {
Status: int32(v),
})
}
Collect := []string{}
for k := range h.Collect {
Collect = append(Collect, k)
}
return &msg.Handbook{
Handbooks: BookList,
Collect: Collect,
}
}

File diff suppressed because it is too large Load Diff