MangaPlus: add Ultra Jump label (#6133)

This commit is contained in:
dngonz 2024-11-19 03:58:11 +01:00 committed by Draff
parent d4d400a52c
commit ad8db484bd
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
1 changed files with 4 additions and 0 deletions

View File

@ -210,6 +210,7 @@ class Label(val label: LabelCode? = LabelCode.WEEKLY_SHOUNEN_JUMP) {
LabelCode.SHOUNEN_JUMP_PLUS -> "Shounen Jump+"
LabelCode.MANGA_PLUS_CREATORS -> "MANGA Plus Creators"
LabelCode.SAIKYOU_JUMP -> "Saikyou Jump"
LabelCode.ULTRA_JUMP -> "Ultra Jump"
else -> null
}
}
@ -246,6 +247,9 @@ enum class LabelCode {
@SerialName("WSJ")
WEEKLY_SHOUNEN_JUMP,
@SerialName("UJ")
ULTRA_JUMP,
}
@Serializable