MangaPlus: add new label DX (#9977)
* add new label "DX" to M+ currently only includes one title (100535) * bump ext version
This commit is contained in:
parent
853a801f2f
commit
26770629cb
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'MANGA Plus by SHUEISHA'
|
||||
extClass = '.MangaPlusFactory'
|
||||
extVersionCode = 54
|
||||
extVersionCode = 55
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -211,6 +211,7 @@ class Label(val label: LabelCode? = LabelCode.WEEKLY_SHOUNEN_JUMP) {
|
||||
LabelCode.MANGA_PLUS_CREATORS -> "MANGA Plus Creators"
|
||||
LabelCode.SAIKYOU_JUMP -> "Saikyou Jump"
|
||||
LabelCode.ULTRA_JUMP -> "Ultra Jump"
|
||||
LabelCode.DX -> "Dash X Comic"
|
||||
else -> null
|
||||
}
|
||||
}
|
||||
@ -250,6 +251,9 @@ enum class LabelCode {
|
||||
|
||||
@SerialName("UJ")
|
||||
ULTRA_JUMP,
|
||||
|
||||
@SerialName("DX")
|
||||
DX,
|
||||
}
|
||||
|
||||
@Serializable
|
||||
|
Loading…
x
Reference in New Issue
Block a user