characters

This commit is contained in:
2025-11-15 20:21:29 +08:00
parent ec85ee3e82
commit 0a3e255dfe
7 changed files with 101 additions and 34 deletions

View File

@@ -35,7 +35,7 @@ type ResourceParams struct {
Images []uint `json:"images"`
Gallery []uint `json:"gallery"`
GalleryNsfw []uint `json:"gallery_nsfw"`
Charactors []CharactorParams `json:"charactors"`
Charactors []CharactorParams `json:"characters"`
}
type CharactorParams struct {