add metadatas

This commit is contained in:
2025-04-20 01:13:51 +10:00
parent 6076069338
commit 6028e7d8c2
5 changed files with 105 additions and 5 deletions

View File

@ -11,15 +11,20 @@ type Chapter struct {
}
type Volume struct {
Id int
SeriesIdx int
Title string
Url string
Cover string
Description string
Authors []string
Chapters []*Chapter
NovelId int
NovelTitle string
}
type Novel struct {
Id int
Title string
Description string
Authors []string