chore: rename main items

This commit is contained in:
Noah Hsu
2022-07-27 11:43:49 +08:00
parent 5166d73b4d
commit 4ba04fa7db
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ type Item struct {
}
type Items struct {
Main []Item `json:"main"`
Common []Item `json:"common"`
Additional []Item `json:"additional"`
}