Add MonzeeKomik (#2736)

This commit is contained in:
Chopper 2024-05-01 22:07:11 -03:00 committed by Draff
parent 4516e2f208
commit aa221b1adc
7 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Monzee Komik'
extClass = '.MonzeeKomik'
themePkg = 'mangathemesia'
baseUrl = 'https://monzeekomik.my.id'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.id.monzeekomik
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class MonzeeKomik : MangaThemesia(
"Monzee Komik",
"https://monzeekomik.my.id",
"id",
) {
override val hasProjectPage = true
}