mirror of
https://github.com/bestnite/bilinovel-downloader.git
synced 2025-06-17 14:53:20 +08:00
add metadatas
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user