[feat] Comic Tags

This commit is contained in:
acite
2025-09-07 13:09:25 +08:00
parent 514e99d7db
commit aacd226260
7 changed files with 243 additions and 53 deletions

View File

@@ -5,5 +5,6 @@ data class ComicResponse(
val page_count: Int,
val bookmarks: List<BookMark>,
val list: List<String>,
val tags: List<String>,
val author: String
)