You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2022. It is now read-only.
There are a lot of sites that just dont use covers or that focus more on providing a summery and the genres of the novel in the listing, having these displayed in Shosetsu instead of the cover and title would be very helpful in finding a novel that you want to read.
My proposal:
NovelListing {
title = ""
link = ""
imageUrl = null or ""
+ summery = "",
+ genre = {}
}
There could also be an extension option like this
enum ListingDisplay {
TitleAndCover, // For displaying only the title and cover
TitleAndSummery // For displaying title, cover if imageUrl is not null or empty, summery and genres
}
return {
id = -1,
name = "DEFAULT",
baseURL = baseURL,
+ listingDisplayType = ListingDisplay.TitleAndSummery
}